Skip to content

Commit

Permalink
Don't use multithread for the release build.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mailaender committed Jul 17, 2024
1 parent 27842f7 commit 01f9310
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 @@ -19,7 +19,7 @@ pipeline {
steps {
wrap([$class: 'Xvnc', takeScreenshot: false, useXauthority: true]) {
sh '''
mvn -f org.eclipse.swtchart.cbi/pom.xml -T 1C -Peclipse-sign clean install
mvn -f org.eclipse.swtchart.cbi/pom.xml clean install -Peclipse-sign clean install
'''
}
}
Expand Down

0 comments on commit 01f9310

Please sign in to comment.