mirror of
https://github.com/jc21/nginx-proxy-manager.git
synced 2024-08-30 18:22:48 +00:00
Whoops, fix CI again
This commit is contained in:
parent
95d9e87f51
commit
5b45312f17
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -92,11 +92,11 @@ pipeline {
|
||||
}
|
||||
post {
|
||||
success {
|
||||
juxtapose event: success
|
||||
juxtapose event: 'success'
|
||||
sh 'figlet "SUCCESS"'
|
||||
}
|
||||
failure {
|
||||
juxtapose event: failure
|
||||
juxtapose event: 'failure'
|
||||
sh 'figlet "FAILURE"'
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user