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 3c16a8acf6d fixing package name to build container image
3c16a8acf6d is described below
commit 3c16a8acf6d2983a7c58966cbba0a5c65e485a3b
Author: Eduardo Cerqueira <[email protected]>
AuthorDate: Thu Jun 19 18:58:19 2025 -0400
fixing package name to build container image
---
.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 175d908fcf4..c2f82cb820b 100644
--- a/.ci/jenkins/release-jobs/Jenkinsfile.kogito-db-migrator-tool
+++ b/.ci/jenkins/release-jobs/Jenkinsfile.kogito-db-migrator-tool
@@ -49,7 +49,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]