Skip to content

Commit

Permalink
Correct deploy pipeline (#5422)
Browse files Browse the repository at this point in the history
  • Loading branch information
radtriste committed Aug 1, 2023
1 parent 4e3cdb7 commit 5bc1a21
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .ci/jenkins/Jenkinsfile.deploy
Original file line number Diff line number Diff line change
Expand Up @@ -276,9 +276,10 @@ MavenCommand getMavenCommand(String directory = '') {
def mvnCmd = new MavenCommand(this, ['-fae', '-ntp'])
.withSettingsXmlId(env.MAVEN_SETTINGS_CONFIG_FILE_ID)
.inDirectory(directory)
.withProperty('full')
if (!isStream8()) { // Workaround as enforcer rules may not be fixed on other streams
mvnCmd.withProperty('enforcer.skip')
} else {
mvnCmd.withProperty('full')
}
return mvnCmd
}
Expand Down

0 comments on commit 5bc1a21

Please sign in to comment.