Add colorization to Jenkins output

This commit is contained in:
Marshall Quander 2017-12-08 15:13:41 -08:00
Родитель c734c4d8c0
Коммит eb0726806f
1 изменённых файлов: 4 добавлений и 0 удалений

4
Jenkinsfile поставляемый
Просмотреть файл

@ -1,6 +1,10 @@
pipeline {
agent any
options {
ansiColor('xterm')
}
stages {
stage('build') {
steps {