Skip to content

Instantly share code, notes, and snippets.

@jbub
Created September 8, 2015 09:17
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jbub/6af56e5967fe6f7148ae to your computer and use it in GitHub Desktop.
Save jbub/6af56e5967fe6f7148ae to your computer and use it in GitHub Desktop.
Export git build data as a json and store it inside the build dir.
echo "{\"branch\": \"${GIT_BRANCH#*/}\", \"commit\": \"${GIT_COMMIT}\"}" > "$JENKINS_HOME/jobs/$JOB_NAME/builds/$BUILD_NUMBER/build.json"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment