Update Jenkinsfile

This commit is contained in:
Tan Yong Heng 2017-07-22 21:38:52 +08:00 committed by GitHub
parent a700819ddb
commit 94b71227a1

2
Jenkinsfile vendored
View file

@ -14,7 +14,7 @@ pipeline {
} }
post { post {
always { always {
echo 'This will always run' junit 'build/reports/**/*.xml'
} }
success { success {
echo 'This will run only if successful' echo 'This will run only if successful'