Skip to content

Commit 398a5b1

Browse files
author
Brett Logan
committed
[FABCI-394] Remove AnsiColor Wrapper
Signed-off-by: Brett Logan <Brett.T.Logan@ibm.com> Change-Id: I51158ccf006ec7be9c0b4506a4902f023c845a16
1 parent 72ecf45 commit 398a5b1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Jenkinsfile

+4-4
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
steps {
100100
script {
101101
// making the output color coded
102-
wrap([$class: 'AnsiColorBuildWrapper', 'colorMapName': 'xterm']) {
102+
// wrap([$class: 'AnsiColorBuildWrapper', 'colorMapName': 'xterm']) {
103103
try {
104104
dir("$ROOTDIR/$BASE_DIR/scripts/ci_scripts") {
105105
// Run BYFN, EYFN tests
@@ -111,7 +111,7 @@
111111
currentBuild.result = 'FAILURE'
112112
throw err
113113
}
114-
}
114+
// }
115115
}
116116
}
117117
}
@@ -120,7 +120,7 @@
120120
steps {
121121
script {
122122
// making the output color coded
123-
wrap([$class: 'AnsiColorBuildWrapper', 'colorMapName': 'xterm']) {
123+
// wrap([$class: 'AnsiColorBuildWrapper', 'colorMapName': 'xterm']) {
124124
try {
125125
dir("$ROOTDIR/$BASE_DIR/scripts/ci_scripts") {
126126
// Run fabcar tests
@@ -132,7 +132,7 @@
132132
currentBuild.result = 'FAILURE'
133133
throw err
134134
}
135-
}
135+
// }
136136
}
137137
}
138138
}

0 commit comments

Comments
 (0)