File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 99
99
steps {
100
100
script {
101
101
// making the output color coded
102
- wrap([$class : ' AnsiColorBuildWrapper' , ' colorMapName' : ' xterm' ]) {
102
+ // wrap([$class: 'AnsiColorBuildWrapper', 'colorMapName': 'xterm']) {
103
103
try {
104
104
dir(" $ROOTDIR /$BASE_DIR /scripts/ci_scripts" ) {
105
105
// Run BYFN, EYFN tests
111
111
currentBuild. result = ' FAILURE'
112
112
throw err
113
113
}
114
- }
114
+ // }
115
115
}
116
116
}
117
117
}
120
120
steps {
121
121
script {
122
122
// making the output color coded
123
- wrap([$class : ' AnsiColorBuildWrapper' , ' colorMapName' : ' xterm' ]) {
123
+ // wrap([$class: 'AnsiColorBuildWrapper', 'colorMapName': 'xterm']) {
124
124
try {
125
125
dir(" $ROOTDIR /$BASE_DIR /scripts/ci_scripts" ) {
126
126
// Run fabcar tests
132
132
currentBuild. result = ' FAILURE'
133
133
throw err
134
134
}
135
- }
135
+ // }
136
136
}
137
137
}
138
138
}
You can’t perform that action at this time.
0 commit comments