Update Jenkinsfile

This commit is contained in:
Stijn Bannink 2020-02-25 15:49:00 +01:00 committed by GitHub
parent 1455769f43
commit ad0aae217f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

5
Jenkinsfile vendored
View file

@ -18,11 +18,6 @@ pipeline {
steps { steps {
sh 'mvn -Dmaven.test.failure.ignore=true install' sh 'mvn -Dmaven.test.failure.ignore=true install'
} }
post {
success {
junit 'target/v10lift2/**/*.xml'
}
}
} }
} }
} }