mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-06-17 01:43:35 +00:00
Compare commits
2 Commits
3f6ac9a021
...
bee6a83f33
Author | SHA1 | Date | |
---|---|---|---|
|
bee6a83f33 | ||
|
b37ef94c22 |
9
Jenkinsfile
vendored
9
Jenkinsfile
vendored
@ -245,26 +245,19 @@ pipeline {
|
|||||||
sh './scripts/ci/build-cleanup'
|
sh './scripts/ci/build-cleanup'
|
||||||
echo 'Reverting ownership'
|
echo 'Reverting ownership'
|
||||||
sh 'docker run --rm -v $(pwd):/data jc21/gotools:latest chown -R "$(id -u):$(id -g)" /data'
|
sh 'docker run --rm -v $(pwd):/data jc21/gotools:latest chown -R "$(id -u):$(id -g)" /data'
|
||||||
}
|
printResult()
|
||||||
success {
|
|
||||||
juxtapose event: 'success'
|
|
||||||
sh 'figlet "SUCCESS"'
|
|
||||||
}
|
}
|
||||||
failure {
|
failure {
|
||||||
dir(path: 'test') {
|
dir(path: 'test') {
|
||||||
archiveArtifacts allowEmptyArchive: true, artifacts: 'results/**/*', excludes: '**/*.xml'
|
archiveArtifacts allowEmptyArchive: true, artifacts: 'results/**/*', excludes: '**/*.xml'
|
||||||
}
|
}
|
||||||
archiveArtifacts(artifacts: 'debug/*', allowEmptyArchive: true)
|
archiveArtifacts(artifacts: 'debug/*', allowEmptyArchive: true)
|
||||||
juxtapose event: 'failure'
|
|
||||||
sh 'figlet "FAILURE"'
|
|
||||||
}
|
}
|
||||||
unstable {
|
unstable {
|
||||||
dir(path: 'test') {
|
dir(path: 'test') {
|
||||||
archiveArtifacts allowEmptyArchive: true, artifacts: 'results/**/*', excludes: '**/*.xml'
|
archiveArtifacts allowEmptyArchive: true, artifacts: 'results/**/*', excludes: '**/*.xml'
|
||||||
}
|
}
|
||||||
archiveArtifacts(artifacts: 'debug/*', allowEmptyArchive: true)
|
archiveArtifacts(artifacts: 'debug/*', allowEmptyArchive: true)
|
||||||
juxtapose event: 'unstable'
|
|
||||||
sh 'figlet "UNSTABLE"'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user