Skip to content

Instantly share code, notes, and snippets.

@dilunika
Created January 20, 2017 00:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save dilunika/1c29e2aa989b4594fa1b36bdcfbe4190 to your computer and use it in GitHub Desktop.
Save dilunika/1c29e2aa989b4594fa1b36bdcfbe4190 to your computer and use it in GitHub Desktop.
Get git user - Jenkins Linux
committerEmail = sh (
script: 'git --no-pager show -s --format=\'%ae\'',
returnStdout: true
).trim()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment