Skip to content

Commit

Permalink
[FABCI-394] Remove AnsiColor Wrapper
Browse files Browse the repository at this point in the history
Signed-off-by: Brett Logan <Brett.T.Logan@ibm.com>
Change-Id: I51158ccf006ec7be9c0b4506a4902f023c845a16
  • Loading branch information
Brett Logan committed Aug 19, 2019
1 parent 72ecf45 commit 398a5b1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
steps {
script {
// making the output color coded
wrap([$class: 'AnsiColorBuildWrapper', 'colorMapName': 'xterm']) {
// wrap([$class: 'AnsiColorBuildWrapper', 'colorMapName': 'xterm']) {
try {
dir("$ROOTDIR/$BASE_DIR/scripts/ci_scripts") {
// Run BYFN, EYFN tests
Expand All @@ -111,7 +111,7 @@
currentBuild.result = 'FAILURE'
throw err
}
}
// }
}
}
}
Expand All @@ -120,7 +120,7 @@
steps {
script {
// making the output color coded
wrap([$class: 'AnsiColorBuildWrapper', 'colorMapName': 'xterm']) {
// wrap([$class: 'AnsiColorBuildWrapper', 'colorMapName': 'xterm']) {
try {
dir("$ROOTDIR/$BASE_DIR/scripts/ci_scripts") {
// Run fabcar tests
Expand All @@ -132,7 +132,7 @@
currentBuild.result = 'FAILURE'
throw err
}
}
// }
}
}
}
Expand Down

0 comments on commit 398a5b1

Please sign in to comment.