Skip to content

Commit

Permalink
[releng] Fix Jenkinsfile for master branch (#2672)
Browse files Browse the repository at this point in the history
  • Loading branch information
pdulth committed Jul 3, 2023
1 parent 6980cdb commit 1f18d6e
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 @@ -66,7 +66,7 @@ pipeline {
withCredentials([string(credentialsId: 'sonar-token-capella', variable: 'SONARCLOUD_TOKEN')]) {
withEnv(['MAVEN_OPTS=-Xms3000m -Xmx3000m']) {
def sign = github.isPullRequest() ? '' : '-Psign'
sh "mvn verify ${sign}"
sh "mvn verify -Pfull ${sign}"
}
}
}
Expand Down

0 comments on commit 1f18d6e

Please sign in to comment.