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 4bd0caf38f4 Jenkins Pipeline - Fix for missing settings.xml during
Setup Maven stage
4bd0caf38f4 is described below
commit 4bd0caf38f4995e99ac90f7315add4367e52b834
Author: Eduardo Cerqueira <[email protected]>
AuthorDate: Fri Jun 13 17:36:41 2025 -0400
Jenkins Pipeline
- Fix for missing settings.xml during Setup Maven stage
---
.ci/jenkins/release-jobs/Jenkinsfile.sonataflow-management-console | 1 +
1 file changed, 1 insertion(+)
diff --git a/.ci/jenkins/release-jobs/Jenkinsfile.sonataflow-management-console
b/.ci/jenkins/release-jobs/Jenkinsfile.sonataflow-management-console
index ef174901a39..b13cc470bd8 100644
--- a/.ci/jenkins/release-jobs/Jenkinsfile.sonataflow-management-console
+++ b/.ci/jenkins/release-jobs/Jenkinsfile.sonataflow-management-console
@@ -49,6 +49,7 @@ pipeline {
DOCKER_CONFIG = "${WORKSPACE}/.docker"
PNPM_FILTER_STRING = '-F
@kie-tools/sonataflow-management-console-image...'
MAVEN_ARGS = "-B -s ${WORKSPACE}/kie-settings.xml
-Dmaven.repo.local=${WORKSPACE}/.maven"
+ MAVEN_SETTINGS_PATH = "${WORKSPACE}/kie-settings.xml"
}
stages {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]