Update Jenkinsfile

This commit is contained in:
Stas Bezuhlyi 2021-04-08 14:30:28 +03:00 committed by GitHub
parent c2bce7ee5c
commit ff288d21df
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

4
Jenkinsfile vendored
View file

@ -8,7 +8,6 @@ pipeline {
} }
} }
stage ('Test maven') { stage ('Test maven') {
steps {
try { try {
sh ''' sh '''
mvn --version mvn --version
@ -16,8 +15,7 @@ pipeline {
''' '''
} catch(err) { } catch(err) {
sh "echo error Maven test" sh "echo error Maven test"
} }
}
} }
stage('Build') { stage('Build') {
steps { steps {