Skip to content

Commit

Permalink
Merge pull request #5 from SumoLogic/alpha
Browse files Browse the repository at this point in the history
updated orb.yml and examples
  • Loading branch information
JKashyap96 authored Nov 23, 2022
2 parents 777352b + 8d79531 commit a534272
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/@orb.yml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
8 changes: 4 additions & 4 deletions src/examples/workflow-collector.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -15,22 +15,22 @@ 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:
docker:
- 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
Expand Down

0 comments on commit a534272

Please sign in to comment.