Skip to content

Commit

Permalink
CI: Fix Release deploy pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
radtriste committed Sep 13, 2023
1 parent aa87638 commit f62986d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .ci/jenkins/Jenkinsfile.deploy
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ pipeline {
}
steps {
script {
maven.mvnVersionsSet(getMavenCommand(), getProjectVersion(), !isRelease())
maven.mvnVersionsUpdateParentAndChildModules(getMavenCommand(), getProjectVersion(), !isRelease())
}
}
}
Expand Down Expand Up @@ -286,4 +286,4 @@ String getLocalDeploymentFolder() {

boolean isStream8() {
return env.DROOLS_STREAM == '8'
}
}

0 comments on commit f62986d

Please sign in to comment.