mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-22 17:45:10 +00:00
[FABCI-394] Remove AnsiColor Wrapper
Signed-off-by: Brett Logan <Brett.T.Logan@ibm.com> Change-Id: I51158ccf006ec7be9c0b4506a4902f023c845a16
This commit is contained in:
parent
72ecf45088
commit
398a5b1a1d
1 changed files with 4 additions and 4 deletions
8
Jenkinsfile
vendored
8
Jenkinsfile
vendored
|
|
@ -99,7 +99,7 @@
|
||||||
steps {
|
steps {
|
||||||
script {
|
script {
|
||||||
// making the output color coded
|
// making the output color coded
|
||||||
wrap([$class: 'AnsiColorBuildWrapper', 'colorMapName': 'xterm']) {
|
// wrap([$class: 'AnsiColorBuildWrapper', 'colorMapName': 'xterm']) {
|
||||||
try {
|
try {
|
||||||
dir("$ROOTDIR/$BASE_DIR/scripts/ci_scripts") {
|
dir("$ROOTDIR/$BASE_DIR/scripts/ci_scripts") {
|
||||||
// Run BYFN, EYFN tests
|
// Run BYFN, EYFN tests
|
||||||
|
|
@ -111,7 +111,7 @@
|
||||||
currentBuild.result = 'FAILURE'
|
currentBuild.result = 'FAILURE'
|
||||||
throw err
|
throw err
|
||||||
}
|
}
|
||||||
}
|
// }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -120,7 +120,7 @@
|
||||||
steps {
|
steps {
|
||||||
script {
|
script {
|
||||||
// making the output color coded
|
// making the output color coded
|
||||||
wrap([$class: 'AnsiColorBuildWrapper', 'colorMapName': 'xterm']) {
|
// wrap([$class: 'AnsiColorBuildWrapper', 'colorMapName': 'xterm']) {
|
||||||
try {
|
try {
|
||||||
dir("$ROOTDIR/$BASE_DIR/scripts/ci_scripts") {
|
dir("$ROOTDIR/$BASE_DIR/scripts/ci_scripts") {
|
||||||
// Run fabcar tests
|
// Run fabcar tests
|
||||||
|
|
@ -132,7 +132,7 @@
|
||||||
currentBuild.result = 'FAILURE'
|
currentBuild.result = 'FAILURE'
|
||||||
throw err
|
throw err
|
||||||
}
|
}
|
||||||
}
|
// }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue