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

eduardocerqueira pushed a commit to branch 10.1.x
in repository https://gitbox.apache.org/repos/asf/incubator-kie-tools.git


The following commit(s) were added to refs/heads/10.1.x by this push:
     new 8e58e5a80d3 Jenkins Pipelines - sonataflow-management-console: 
updating to use MAVEN_ARGS
8e58e5a80d3 is described below

commit 8e58e5a80d3f6ca6fee57544555dceda79c787c0
Author: Eduardo Cerqueira <[email protected]>
AuthorDate: Sat May 17 17:43:21 2025 -0400

    Jenkins Pipelines
    - sonataflow-management-console: updating to use MAVEN_ARGS
---
 .ci/jenkins/release-jobs/Jenkinsfile.sonataflow-management-console | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/.ci/jenkins/release-jobs/Jenkinsfile.sonataflow-management-console 
b/.ci/jenkins/release-jobs/Jenkinsfile.sonataflow-management-console
index 43d50f27648..c34ccba0547 100644
--- a/.ci/jenkins/release-jobs/Jenkinsfile.sonataflow-management-console
+++ b/.ci/jenkins/release-jobs/Jenkinsfile.sonataflow-management-console
@@ -46,12 +46,9 @@ pipeline {
         SONATAFLOW_MANAGEMENT_CONSOLE__buildTag = "latest 
${params.RELEASE_VERSION}"
 
         RELEASE_ARTIFACTS_DIR = "${WORKSPACE}/release-artifacts"
-
         DOCKER_CONFIG = "${WORKSPACE}/.docker"
-
         PNPM_FILTER_STRING = '-F 
@kie-tools/sonataflow-management-console-image...'
-
-        MAVEN_ARGS = "-Dmaven.repo.local=${WORKSPACE}/.maven"
+        MAVEN_ARGS = "-B -s ${WORKSPACE}/kie-settings.xml"
     }
 
     stages {
@@ -113,7 +110,7 @@ pipeline {
             steps {
                 dir('kie-tools') {
                     script {
-                        buildUtils.setupPnpm()
+                        
buildUtils.setupPnpm("${pipelineVars.mavenSettingsReleaseConfigFileId}")
                     }
                 }
             }


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

Reply via email to