Skip to content

Commit

Permalink
Update .ci/jenkins/Jenkinsfile.deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
radtriste authored Aug 16, 2023
1 parent 368a449 commit 9be60e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/jenkins/Jenkinsfile.deploy
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ MavenCommand getMavenCommand(String directory = '') {

void runMavenDeploy(boolean localDeployment = false) {
mvnCmd = getMavenCommand()
.withOptions(env.DROOLS_BUILD_MVN_OPTS ? [ env.DROOLS_BUILD_MVN_OPTS ] : [])
.withOptions(env.KOGITO_RUNTIMES_BUILD_MVN_OPTS ? [ env.KOGITO_RUNTIMES_BUILD_MVN_OPTS ] : [])
.withOptions(env.BUILD_MVN_OPTS_CURRENT ? [ env.BUILD_MVN_OPTS_CURRENT ] : [])

if (localDeployment) {
Expand Down

0 comments on commit 9be60e7

Please sign in to comment.