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 17d79e690ba Jenkins Pipelines - attempt fixing build
17d79e690ba is described below
commit 17d79e690bae844a549e9b58beb9557cb56fe514
Author: Eduardo Cerqueira <[email protected]>
AuthorDate: Thu Jun 12 10:08:42 2025 -0400
Jenkins Pipelines
- attempt fixing build
---
.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 43515cfe675..a52292084ea 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 = "-Dmaven.repo.local=${WORKSPACE}/.maven"
+ MAVEN_ARGS = "-B -s ${WORKSPACE}/kie-settings.xml
-Dmaven.repo.local=${WORKSPACE}/.maven"
}
stages {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]