mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-04-29 02:22:28 +00:00
CI prints
This commit is contained in:
parent
3f6ac9a021
commit
b37ef94c22
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -248,7 +248,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
success {
|
success {
|
||||||
juxtapose event: 'success'
|
juxtapose event: 'success'
|
||||||
sh 'figlet "SUCCESS"'
|
printSuccess()
|
||||||
}
|
}
|
||||||
failure {
|
failure {
|
||||||
dir(path: 'test') {
|
dir(path: 'test') {
|
||||||
@ -256,7 +256,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
archiveArtifacts(artifacts: 'debug/*', allowEmptyArchive: true)
|
archiveArtifacts(artifacts: 'debug/*', allowEmptyArchive: true)
|
||||||
juxtapose event: 'failure'
|
juxtapose event: 'failure'
|
||||||
sh 'figlet "FAILURE"'
|
printFailure()
|
||||||
}
|
}
|
||||||
unstable {
|
unstable {
|
||||||
dir(path: 'test') {
|
dir(path: 'test') {
|
||||||
@ -264,7 +264,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
archiveArtifacts(artifacts: 'debug/*', allowEmptyArchive: true)
|
archiveArtifacts(artifacts: 'debug/*', allowEmptyArchive: true)
|
||||||
juxtapose event: 'unstable'
|
juxtapose event: 'unstable'
|
||||||
sh 'figlet "UNSTABLE"'
|
printUnstable()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user