Created
November 22, 2016 13:22
-
-
Save mhlavac/38ef6049ac69e54665155f7869e4ef07 to your computer and use it in GitHub Desktop.
Jenkinsfile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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