Skip to content

Releases: AlexSwensen/circle-splunk-reporter

1.1.0 final release

10 Nov 19:13
Compare
Choose a tag to compare

This release will replace the manual fetch with the job.get method from circleci-api alpha release.

Replace manual fetch with circleci-api package

10 Nov 18:58
Compare
Choose a tag to compare

This release will replace the manual fetch with the job.get method from circleci-api alpha release.

1.0.1 Bugfix & Add duration

03 Nov 21:05
643e440
Compare
Choose a tag to compare
  • Fixes a bug where the payload would not be properly stringified as JSON before being logged
  • Adds math to calculate the duration between the time the job was started to the time the script was run.
  • Adds a more detailed example to the readme.

V1.0.0 release

03 Nov 16:26
Compare
Choose a tag to compare

Release v1.0.0

Example usage:

            - run:
                  name: record metrics to splunk
                  command:
                      CIRCLE_TOKEN=$CIRCLECI_TOKEN
                      SPLUNK_TOKEN=$MY_SPLUNK_TOKEN npx
                      @alexswensen/circle-splunk-reporter --name
                      "eb-ui-circle-metrics-hello" --index "jenkins"
                  environment:
                      SPLUNK_URL: <splunk-url:port>

0.0.1-beta test release

02 Nov 16:41
Compare
Choose a tag to compare
Pre-release

beta test release