This is an automated email from the ASF dual-hosted git repository.
porcelli pushed a commit to branch 10.2.x
in repository https://gitbox.apache.org/repos/asf/incubator-kie-tools.git
The following commit(s) were added to refs/heads/10.2.x by this push:
new 77622cc0e79 release: fix db migration build
77622cc0e79 is described below
commit 77622cc0e790c3263d0aff1483a5835ab2e36399
Author: Alex Porcelli <[email protected]>
AuthorDate: Mon Mar 23 16:20:40 2026 -0400
release: fix db migration build
---
.ci/jenkins/release-jobs/Jenkinsfile.kogito-db-migrator-tool | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.ci/jenkins/release-jobs/Jenkinsfile.kogito-db-migrator-tool
b/.ci/jenkins/release-jobs/Jenkinsfile.kogito-db-migrator-tool
index ee3756d792c..80c19725f23 100644
--- a/.ci/jenkins/release-jobs/Jenkinsfile.kogito-db-migrator-tool
+++ b/.ci/jenkins/release-jobs/Jenkinsfile.kogito-db-migrator-tool
@@ -50,7 +50,7 @@ pipeline {
DOCKER_CONFIG = "${WORKSPACE}/.docker"
- PNPM_FILTER_STRING = '-F @kie-tools/kogito-db-migrator-tool...'
+ PNPM_FILTER_STRING = '-F @kie-tools/kogito-db-migrator-tool-image...'
MAVEN_ARGS = "-B -s ${WORKSPACE}/kie-settings.xml
-Dmaven.repo.local=${WORKSPACE}/.maven"
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]