This is an automated email from the ASF dual-hosted git repository.

rantunes pushed a commit to branch 10.0.x
in repository 
https://gitbox.apache.org/repos/asf/incubator-kie-kogito-pipelines.git


The following commit(s) were added to refs/heads/10.0.x by this push:
     new 52972df3 [10.0.x] NO-ISSUE: Kogito Images release job fixes (#1244)
52972df3 is described below

commit 52972df3439ff15b7644949fd0832960fb04a942
Author: Rodrigo Antunes <[email protected]>
AuthorDate: Fri Aug 30 07:57:06 2024 -0300

    [10.0.x] NO-ISSUE: Kogito Images release job fixes (#1244)
    
    * Kogito Images release job fixes
    
    * Kogito Images release job fixes
---
 .ci/jenkins/Jenkinsfile.release.cloud   | 4 ++--
 .ci/jenkins/dsl/jobs.groovy             | 3 +++
 apache-nodes/Dockerfile.kogito-ci-build | 1 +
 3 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/.ci/jenkins/Jenkinsfile.release.cloud 
b/.ci/jenkins/Jenkinsfile.release.cloud
index a5e22c40..31509fb4 100644
--- a/.ci/jenkins/Jenkinsfile.release.cloud
+++ b/.ci/jenkins/Jenkinsfile.release.cloud
@@ -287,8 +287,8 @@ void addImageBuildParams(List buildParams, String tag, 
boolean isFinalImage = fa
     addBooleanParam(buildParams, constructKey(paramsPrefix, 
'USE_OPENSHIFT_REGISTRY'), false)
     addStringParam(buildParams, constructKey(paramsPrefix, 
'REGISTRY_USER_CREDENTIALS_ID'), '')
     addStringParam(buildParams, constructKey(paramsPrefix, 
'REGISTRY_TOKEN_CREDENTIALS_ID'), '')
-    addStringParam(buildParams, constructKey(paramsPrefix, 'REGISTRY'), '')
-    addStringParam(buildParams, constructKey(paramsPrefix, 'NAMESPACE'), '')
+    addStringParam(buildParams, constructKey(paramsPrefix, 'REGISTRY'), 
env.IMAGE_REGISTRY)
+    addStringParam(buildParams, constructKey(paramsPrefix, 'NAMESPACE'), 
env.IMAGE_NAMESPACE)
     addStringParam(buildParams, constructKey(paramsPrefix, 'TAG'), tag)
 }
 
diff --git a/.ci/jenkins/dsl/jobs.groovy b/.ci/jenkins/dsl/jobs.groovy
index 7cbbf2a8..243dd76a 100644
--- a/.ci/jenkins/dsl/jobs.groovy
+++ b/.ci/jenkins/dsl/jobs.groovy
@@ -305,6 +305,9 @@ void setupReleaseCloudJob() {
     jobParams.env.putAll([
         JENKINS_EMAIL_CREDS_ID: "${JENKINS_EMAIL_CREDS_ID}",
 
+        IMAGE_REGISTRY: "${CLOUD_IMAGE_REGISTRY}",
+        IMAGE_NAMESPACE: "${CLOUD_IMAGE_NAMESPACE}",
+
         GIT_BRANCH_NAME: "${GIT_BRANCH}",
         GIT_AUTHOR: "${GIT_AUTHOR_NAME}",
     ])
diff --git a/apache-nodes/Dockerfile.kogito-ci-build 
b/apache-nodes/Dockerfile.kogito-ci-build
index c711451f..91ab0c88 100644
--- a/apache-nodes/Dockerfile.kogito-ci-build
+++ b/apache-nodes/Dockerfile.kogito-ci-build
@@ -55,6 +55,7 @@ libasound2 \
 # kogito-images (BEGIN)
 jq \
 skopeo \
+subversion \
 # kogito-images (END)
 && apt clean
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to