Update 'Jenkinsfile'

remove chuck
master
Roberto Cirillo 2 years ago
parent f99fa4fcb3
commit 39b2804e3c

14
Jenkinsfile vendored

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

Loading…
Cancel
Save