Skip to content

Commit bee6a83

Browse files
committed
CI tweaks
1 parent b37ef94 commit bee6a83

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

Jenkinsfile

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -245,26 +245,19 @@ pipeline {
245245
sh './scripts/ci/build-cleanup'
246246
echo 'Reverting ownership'
247247
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()
252249
}
253250
failure {
254251
dir(path: 'test') {
255252
archiveArtifacts allowEmptyArchive: true, artifacts: 'results/**/*', excludes: '**/*.xml'
256253
}
257254
archiveArtifacts(artifacts: 'debug/*', allowEmptyArchive: true)
258-
juxtapose event: 'failure'
259-
printFailure()
260255
}
261256
unstable {
262257
dir(path: 'test') {
263258
archiveArtifacts allowEmptyArchive: true, artifacts: 'results/**/*', excludes: '**/*.xml'
264259
}
265260
archiveArtifacts(artifacts: 'debug/*', allowEmptyArchive: true)
266-
juxtapose event: 'unstable'
267-
printUnstable()
268261
}
269262
}
270263
}

0 commit comments

Comments
 (0)