This is an automated email from the ASF dual-hosted git repository.

rantunes pushed a commit to branch 10.0.x
in repository 
https://gitbox.apache.org/repos/asf/incubator-kie-kogito-runtimes.git


The following commit(s) were added to refs/heads/10.0.x by this push:
     new 382b35e8e5 Fix wrong maven command call (#3638)
382b35e8e5 is described below

commit 382b35e8e5383e3e8c305ef1bb31291bd44aafd1
Author: Rodrigo Antunes <[email protected]>
AuthorDate: Mon Aug 26 09:43:53 2024 -0300

    Fix wrong maven command call (#3638)
---
 .ci/jenkins/Jenkinsfile.deploy | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.ci/jenkins/Jenkinsfile.deploy b/.ci/jenkins/Jenkinsfile.deploy
index 4d1602d1d6..d9fec0aa6e 100644
--- a/.ci/jenkins/Jenkinsfile.deploy
+++ b/.ci/jenkins/Jenkinsfile.deploy
@@ -154,10 +154,10 @@ pipeline {
                         }
                         if (isRelease()) {
                             
releaseUtils.gpgImportKeyFromStringWithoutPassword(getReleaseGpgSignKeyCredsId())
-                            mavenCommand.withProfiles(['apache-release'])
+                            mvnCmd.withProfiles(['apache-release'])
                         }
                         configFileProvider([configFile(fileId: 
env.MAVEN_SETTINGS_CONFIG_FILE_ID, variable: 'MAVEN_SETTINGS_FILE')]) {
-                            
mavenCommand.withSettingsXmlFile(MAVEN_SETTINGS_FILE)
+                            mvnCmd.withSettingsXmlFile(MAVEN_SETTINGS_FILE)
                                 .run("clean $installOrDeploy")
                         }
                     }


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to