File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -245,26 +245,19 @@ pipeline {
245
245
sh ' ./scripts/ci/build-cleanup'
246
246
echo ' Reverting ownership'
247
247
sh ' docker run --rm -v $(pwd):/data jc21/gotools:latest chown -R "$(id -u):$(id -g)" /data'
248
- }
249
- success {
250
- juxtapose event : ' success'
251
- printSuccess()
248
+ printResult()
252
249
}
253
250
failure {
254
251
dir(path : ' test' ) {
255
252
archiveArtifacts allowEmptyArchive : true , artifacts : ' results/**/*' , excludes : ' **/*.xml'
256
253
}
257
254
archiveArtifacts(artifacts : ' debug/*' , allowEmptyArchive : true )
258
- juxtapose event : ' failure'
259
- printFailure()
260
255
}
261
256
unstable {
262
257
dir(path : ' test' ) {
263
258
archiveArtifacts allowEmptyArchive : true , artifacts : ' results/**/*' , excludes : ' **/*.xml'
264
259
}
265
260
archiveArtifacts(artifacts : ' debug/*' , allowEmptyArchive : true )
266
- juxtapose event : ' unstable'
267
- printUnstable()
268
261
}
269
262
}
270
263
}
You can’t perform that action at this time.
0 commit comments