Skip to content

Commit 4051768

Browse files
committed
Add colorization to Jenkinsfile
1 parent 82d2ddf commit 4051768

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Jenkinsfile

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
pipeline {
22
agent any
33

4+
options {
5+
ansiColor('xterm')
6+
}
7+
48
stages {
59
stage('build') {
610
steps {

0 commit comments

Comments
 (0)