diff --git a/src/@orb.yml b/src/@orb.yml index af50067..1c00521 100755 --- a/src/@orb.yml +++ b/src/@orb.yml @@ -1,7 +1,7 @@ version: 2.1 description: > - "Report CircleCI job analytics to your SumoLogic dashboard. CircleCI integration with SumoLogic SDO Solution: https://help.sumologic.com/docs/sdo/set-up-sdo/sdo-manual-configuration/#circleci-for-build-and-deploy" + Report CircleCI job analytics to your SumoLogic dashboard. CircleCI integration with SumoLogic SDO Solution: https://help.sumologic.com/docs/sdo/set-up-sdo/sdo-manual-configuration/#circleci-for-build-and-deploy display: home_url: "https://www.sumologic.com/" source_url: "https://github.com/SumoLogic/sumologic-orb" diff --git a/src/examples/workflow-collector.yml b/src/examples/workflow-collector.yml index 072431e..d28a5dc 100644 --- a/src/examples/workflow-collector.yml +++ b/src/examples/workflow-collector.yml @@ -3,7 +3,7 @@ description: | usage: version: "2.1" orbs: - sumologic: sumologicorb/sumologic-circleci-orb@x.y.z + sumologic: sumologicorb/sumologic-circleci-orb@2.0.1 jobs: build: docker: @@ -15,7 +15,7 @@ usage: - image: cimg/node steps: - run: echo "This job represents a typical deploy job" - - sumologic/job-collector: + - sumologic-circleci-orb/job-collector: environment: dev team: APPS test: @@ -23,14 +23,14 @@ usage: - image: cimg/node steps: - run: echo "This job represents a typical test job" - - sumologic/job-collector: + - sumologic-circleci-orb/job-collector: environment: QE team: APPS service: Solutions workflows: build-test-and-deploy: jobs: - - sumologic/workflow-collector: + - sumologic-circleci-orb/workflow-collector: custom-data: | {"foo": "bar", "$SOME_KEY_VAR": "$SOME_VALUE_VAR"} - build