diff --git a/Jenkinsfile b/Jenkinsfile index 21965e5413..59c64a95d1 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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 @@ -111,7 +111,7 @@ currentBuild.result = 'FAILURE' throw err } - } + // } } } } @@ -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 @@ -132,7 +132,7 @@ currentBuild.result = 'FAILURE' throw err } - } + // } } } }