Update 'Jenkinsfile'

remove chuck
This commit is contained in:
Roberto Cirillo 2022-03-31 16:37:07 +02:00
parent f99fa4fcb3
commit 39b2804e3c
1 changed files with 0 additions and 14 deletions

14
Jenkinsfile vendored
View File

@ -41,18 +41,4 @@ pipeline {
}
}
}
post {
always {
steps{
chuckNorris()
}
}
success {
echo 'The pipeline worked!'
}
failure {
echo 'The pipeline has failed'
}
}
}