Skip to content

Commit

Permalink
[releng] Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
pdulth committed Jun 7, 2023
1 parent 4aac604 commit 16f5d96
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,10 @@ pipeline {
withCredentials([string(credentialsId: 'sonar-token-capella', variable: 'SONARCLOUD_TOKEN')]) {
withEnv(['MAVEN_OPTS=-Xms3g -Xmx3g -XX:MaxDirectMemorySize=3000m -XX:+HeapDumpOnOutOfMemoryError']) {
def sign = github.isPullRequest() ? '' : '-Psign'
sh "mvn clean verify -f pom.xml -DjavaDocPhase=none -PbuildAllPlugins -PbuildRCPProduct -PbuildTests"

sh "mvn clean install -f pom.xml -DjavaDocPhase=none -PbuildAllPlugins"
sh "mvn verify -f pom.xml -DjavaDocPhase=none -PbuildRCPProduct"
sh "mvn verify -f pom.xml -DjavaDocPhase=none -PbuildTests"
}
}
}
Expand Down

0 comments on commit 16f5d96

Please sign in to comment.