This is an automated email from the ASF dual-hosted git repository.
rantunes pushed a commit to branch kie-issues_821
in repository
https://gitbox.apache.org/repos/asf/incubator-kie-kogito-images.git
The following commit(s) were added to refs/heads/kie-issues_821 by this push:
new a53947c6 Fix
a53947c6 is described below
commit a53947c6128a9346f46e9263f1fb0e3fd7d3c95e
Author: Rodrigo Antunes <[email protected]>
AuthorDate: Wed Feb 7 16:57:30 2024 -0300
Fix
---
.ci/jenkins/Jenkinsfile.build-image | 8 --------
.ci/jenkins/dsl/jobs.groovy | 2 +-
2 files changed, 1 insertion(+), 9 deletions(-)
diff --git a/.ci/jenkins/Jenkinsfile.build-image
b/.ci/jenkins/Jenkinsfile.build-image
index 580a1ce6..75347f85 100644
--- a/.ci/jenkins/Jenkinsfile.build-image
+++ b/.ci/jenkins/Jenkinsfile.build-image
@@ -41,14 +41,6 @@ pipeline {
IMAGE_BUILD_PLATFORMS = 'linux/amd64,linux/arm64'
}
stages {
- stage('test trigger') {
- steps {
- script {
- println(getTriggeringProjectName())
- }
- }
- }
-
stage('Initialization') {
steps {
script {
diff --git a/.ci/jenkins/dsl/jobs.groovy b/.ci/jenkins/dsl/jobs.groovy
index fe59216f..5ed082bb 100644
--- a/.ci/jenkins/dsl/jobs.groovy
+++ b/.ci/jenkins/dsl/jobs.groovy
@@ -368,7 +368,7 @@ void setupWeeklyDeployJob(JobType jobType) {
stringParam('IMAGE_REGISTRY_CREDENTIALS',
"${CLOUD_IMAGE_REGISTRY_CREDENTIALS}", 'Image registry credentials to use to
deploy images. Will be ignored if no IMAGE_REGISTRY is given')
stringParam('IMAGE_REGISTRY', "${CLOUD_IMAGE_REGISTRY}", 'Image
registry to use to deploy images')
stringParam('IMAGE_NAMESPACE', "${CLOUD_IMAGE_NAMESPACE}", 'Image
namespace to use to deploy images')
- stringParam('DEPLOY_IMAGE_NAME_SUFFIX', '', 'Image name suffix to
use to deploy images. In case you need to change the final image name, you can
add a suffix to it.')
+ stringParam('IMAGE_NAME_SUFFIX', '', 'Image name suffix to use to
deploy images. In case you need to change the final image name, you can add a
suffix to it.')
booleanParam('DEPLOY_WITH_LATEST_TAG', false, 'Set to true if you
want the deployed images to also be with the `latest` tag')
stringParam('GIT_CHECKOUT_DATETIME', '', 'Git checkout date and
time - (Y-m-d H:i)')
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]