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 d4f076f8dd2 Jenkins Pipeline - reverting change to MAVEN_ARGS from
build #3 success execution
d4f076f8dd2 is described below
commit d4f076f8dd2bc5bbf45d5766595f7ff02aad84bd
Author: Eduardo Cerqueira <[email protected]>
AuthorDate: Wed Jun 4 13:08:12 2025 -0400
Jenkins Pipeline
- reverting change to MAVEN_ARGS from build #3 success execution
---
.ci/jenkins/release-jobs/Jenkinsfile.kogito-swf-devmode | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.ci/jenkins/release-jobs/Jenkinsfile.kogito-swf-devmode
b/.ci/jenkins/release-jobs/Jenkinsfile.kogito-swf-devmode
index 51eaafc133e..43515cfe675 100644
--- a/.ci/jenkins/release-jobs/Jenkinsfile.kogito-swf-devmode
+++ b/.ci/jenkins/release-jobs/Jenkinsfile.kogito-swf-devmode
@@ -49,7 +49,7 @@ pipeline {
RELEASE_ARTIFACTS_DIR = "${WORKSPACE}/release-artifacts"
DOCKER_CONFIG = "${WORKSPACE}/.docker"
PNPM_FILTER_STRING = '-F @kie-tools/sonataflow-devmode-image...'
- MAVEN_ARGS = "-B -s ${WORKSPACE}/kie-settings.xml"
+ MAVEN_ARGS = "-Dmaven.repo.local=${WORKSPACE}/.maven"
}
stages {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]