Skip to content

Commit

Permalink
Merge branch '2.0.x' into 3.0.x
Browse files Browse the repository at this point in the history
  • Loading branch information
olamy committed May 20, 2024
2 parents b59f0df + 532d0fa commit cc6816f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ pipeline {
steps {
timeout( time: 180, unit: 'MINUTES' ) {
checkout scm
mavenBuild( "jdk21", "clean install -Dmaven.test.failure.ignore=true ", "maven3", true)
mavenBuild( "jdk21", "clean javadoc:javadoc ", "maven3", false)
mavenBuild( "jdk21", "clean install -Dmaven.test.failure.ignore=true javadoc:javadoc", "maven3", true)
}
}
}
Expand Down

0 comments on commit cc6816f

Please sign in to comment.