Update Jenkinsfile

This commit is contained in:
Olivier Lamy 2022-07-07 17:17:15 +10:00 committed by GitHub
parent 7be7427aac
commit f5e3ba459a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -14,7 +14,7 @@ pipeline {
steps {
container('jetty-build') {
timeout( time: 180, unit: 'MINUTES' ) {
mavenBuild( "jdk17", "clean install -Perrorprone", "maven3")
mavenBuild( "jdk17", "clean install -Perrorprone -Dmaven.test.failure.ignore=true", "maven3")
// Collect up the jacoco execution results (only on main build)
// jacoco inclusionPattern: '**/org/eclipse/jetty/**/*.class',
// exclusionPattern: '' +