Jenkinsfile syntax

This commit is contained in:
Gabriele C 2018-03-13 12:54:11 +01:00 committed by GitHub
parent 74bb9f213b
commit a3c4095877
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
Jenkinsfile vendored
View File

@ -132,6 +132,7 @@ pipeline {
sh 'mvn -o deploy' sh 'mvn -o deploy'
} }
} }
}
post { post {
always { always {
script { script {
@ -142,4 +143,3 @@ pipeline {
} }
} }
} }
}