Skip to content

Commit

Permalink
Also use -ntp
Browse files Browse the repository at this point in the history
  • Loading branch information
jglick committed Sep 21, 2022
1 parent c86436a commit 20f4474
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pipeline {
stages {
stage('main') {
steps {
sh 'mvn -B clean verify -Dmaven.test.failure.ignore'
sh 'mvn -B -ntp clean verify -Dmaven.test.failure.ignore'
}
post {
success {
Expand Down

0 comments on commit 20f4474

Please sign in to comment.