parent
61d7bbb761
commit
0301fcbf21
|
@ -43,8 +43,10 @@ pipeline {
|
||||||
}
|
}
|
||||||
post {
|
post {
|
||||||
always {
|
always {
|
||||||
|
steps{
|
||||||
chucknorris()
|
chucknorris()
|
||||||
}
|
}
|
||||||
|
}
|
||||||
success {
|
success {
|
||||||
echo 'The pipeline worked!'
|
echo 'The pipeline worked!'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue