Skip to content

Commit

Permalink
Correct promote pipeline (#3152)
Browse files Browse the repository at this point in the history
For Python modules handling
  • Loading branch information
radtriste committed Aug 1, 2023
1 parent 25be6f0 commit 420fd7f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .ci/jenkins/Jenkinsfile.promote
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,8 @@ void commitAndCreatePR() {

MavenCommand getMavenCommand(String directory = '') {
mvnCmd = new MavenCommand(this, ['-fae', '-ntp'])
.withSettingsXmlId("${env.MAVEN_SETTINGS_CONFIG_FILE_ID}")
.withSettingsXmlId("${env.MAVEN_SETTINGS_CONFIG_FILE_ID}")
.withProperty('full')
if (env.MAVEN_DEPENDENCIES_REPOSITORY) {
mvnCmd.withDependencyRepositoryInSettings('deps-repo', env.MAVEN_DEPENDENCIES_REPOSITORY)
}
Expand All @@ -304,4 +305,4 @@ String getWorkflowCommonDeploymentRelativePath() {

String getCurrentNightlyImage() {
return "quay.io/kiegroup/kogito-data-index-ephemeral-nightly:${util.getMajorMinorVersion(getProjectVersion())}"
}
}

0 comments on commit 420fd7f

Please sign in to comment.