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 9a4975efcf4 Jenkins Pipelines - Set Release Candidate - fix
kogito-base-builder to match app conf from app/env/index.js
9a4975efcf4 is described below
commit 9a4975efcf4409bd01db83d81091090f7e1d9da6
Author: Eduardo Cerqueira <[email protected]>
AuthorDate: Mon Jun 2 12:20:33 2025 -0400
Jenkins Pipelines
- Set Release Candidate
- fix kogito-base-builder to match app conf from app/env/index.js
---
.ci/jenkins/Jenkinsfile.release-candidate | 2 +-
.ci/jenkins/release-jobs/Jenkinsfile.kogito-base-builder-image | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.ci/jenkins/Jenkinsfile.release-candidate
b/.ci/jenkins/Jenkinsfile.release-candidate
index 12ae61d4b02..ea1a3e3affe 100644
--- a/.ci/jenkins/Jenkinsfile.release-candidate
+++ b/.ci/jenkins/Jenkinsfile.release-candidate
@@ -37,7 +37,7 @@ pipeline {
parameters {
string(name: 'BRANCH_NAME', description: 'Set the Git branch to
checkout (0.0.x)', trim: true, defaultValue: '10.1.x')
string(name: 'RELEASE_VERSION', description: 'Release version', trim:
true, defaultValue: '10.1.0')
- string(name: 'RELEASE_CANDIDATE_VERSION', description: 'Release
candidate version', trim: true, defaultValue: '10.1.0')
+ string(name: 'RELEASE_CANDIDATE_VERSION', description: 'Release
candidate version', trim: true, defaultValue: '10.1.0-rc1')
string(name: 'TAG_NAME', description: 'Tag name to be created', trim:
true, defaultValue: '10.1.0-rc1')
string(description: 'Runners', name: 'RUNNERS', defaultValue:
'{"chrome_extensions":"true","cors_proxy_image":"true","dashbuilder_viewer_image":"true","dev_deployment_base_image":"true","dev_deployment_dmn_form_webapp_image":"true","dev_deployment_quakus_blank_app_image":"true","dev_deployment_upload_service":"true","extended_services":"true","jbpm_quarkus_devui":"true","kie_sandbox_image":"true","kie_sandbox_accelerator_quarkus":"true","kie_sandbox_extended_services":"true","kie
[...]
string(name: 'PIPELINE_PATH', description: 'Path to run the pipeline',
defaultValue: '10.1.x/release')
diff --git a/.ci/jenkins/release-jobs/Jenkinsfile.kogito-base-builder-image
b/.ci/jenkins/release-jobs/Jenkinsfile.kogito-base-builder-image
index c00cabf77c6..5684e63ed0a 100644
--- a/.ci/jenkins/release-jobs/Jenkinsfile.kogito-base-builder-image
+++ b/.ci/jenkins/release-jobs/Jenkinsfile.kogito-base-builder-image
@@ -132,11 +132,11 @@ pipeline {
}
steps {
script {
- env.RELEASE_IMAGE_TAR_FILE =
"incubator-kie-${params.RELEASE_CANDIDATE_VERSION}-sandbox-dev-deployment-base-image.tar.gz"
+ env.RELEASE_IMAGE_TAR_FILE =
"incubator-kie-${params.RELEASE_VERSION}-kogito-base-builder-image.tar.gz"
sh """#!/bin/bash -el
mkdir ${env.RELEASE_ARTIFACTS_DIR}
- docker save
"${env.DEV_DEPLOYMENT_BASE_IMAGE__registry}/${env.DEV_DEPLOYMENT_BASE_IMAGE__account}/${env.DEV_DEPLOYMENT_BASE_IMAGE__name}:${params.RELEASE_VERSION}"
| gzip > "${env.RELEASE_ARTIFACTS_DIR}/${env.RELEASE_IMAGE_TAR_FILE}"
+ docker save
"${env.KOGITO_BASE_BUILDER_IMAGE__registry}/${env.KOGITO_BASE_BUILDER_IMAGE__account}/${env.KOGITO_BASE_BUILDER_IMAGE__name}:${params.RELEASE_VERSION}"
| gzip > "${env.RELEASE_ARTIFACTS_DIR}/${env.RELEASE_IMAGE_TAR_FILE}"
""".trim()
}
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]