Skip to content

Instantly share code, notes, and snippets.

@mhlavac
Created November 22, 2016 13:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mhlavac/38ef6049ac69e54665155f7869e4ef07 to your computer and use it in GitHub Desktop.
Save mhlavac/38ef6049ac69e54665155f7869e4ef07 to your computer and use it in GitHub Desktop.
Jenkinsfile
node {
wrap([$class: 'AnsiColorBuildWrapper', 'colorMapName': 'XTerm', 'defaultFg': 1, 'defaultBg': 2]) {
wrap([$class: 'TimestamperBuildWrapper']) {
... steps... and other stuff
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment