Update Jenkinsfile

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

4
Jenkinsfile vendored
View file

@ -8,13 +8,11 @@ pipeline {
}
}
stage ('Test maven') {
try {
steps {
sh '''
mvn --version
mvn clean test serefire-report:report
'''
} catch(err) {
sh "echo error Maven test"
}
}
stage('Build') {