Removed JUnit test part from Jenkinsfile

This commit is contained in:
Andreas Greiner 2021-08-06 21:55:28 +02:00
parent e2d4c3278b
commit e1b79507fb

5
Jenkinsfile vendored
View File

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