This is an automated email from the ASF dual-hosted git repository.
tiagobento pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-kie-tools.git
The following commit(s) were added to refs/heads/main by this push:
new 261f49443b0 NO-ISSUE: KIE Sandbox Helm chart version fix on daily dev
publish Jenkins job (#2151)
261f49443b0 is described below
commit 261f49443b04c2796054e07a5383cade6e6ce82c
Author: Rodrigo Antunes <[email protected]>
AuthorDate: Thu Feb 8 15:45:28 2024 -0300
NO-ISSUE: KIE Sandbox Helm chart version fix on daily dev publish Jenkins
job (#2151)
---
.ci/jenkins/Jenkinsfile.daily-dev-publish | 2 +-
.ci/jenkins/Jenkinsfile.release-build | 2 +-
.ci/jenkins/Jenkinsfile.release-dry-run | 2 +-
.ci/jenkins/Jenkinsfile.staging-build | 2 +-
.ci/jenkins/Jenkinsfile.staging-dry-run | 2 +-
.ci/jenkins/Jenkinsfile.staging-publish | 2 +-
6 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/.ci/jenkins/Jenkinsfile.daily-dev-publish
b/.ci/jenkins/Jenkinsfile.daily-dev-publish
index 195eb794e2e..338b248dedc 100644
--- a/.ci/jenkins/Jenkinsfile.daily-dev-publish
+++ b/.ci/jenkins/Jenkinsfile.daily-dev-publish
@@ -79,7 +79,7 @@ pipeline {
KIE_SANDBOX_HELM_CHART__registry = 'quay.io'
KIE_SANDBOX_HELM_CHART__account = 'kie-tools'
KIE_SANDBOX_HELM_CHART__name = 'kie-sandbox-helm-chart'
- KIE_SANDBOX_HELM_CHART__tag = 'daily-dev'
+ KIE_SANDBOX_HELM_CHART__tag = '0.0.0-daily-dev'
OPENSHIFT_NAMESPACE = 'kie-sandbox'
OPENSHIFT_PART_OF = 'daily-dev-kie-sandbox-app'
diff --git a/.ci/jenkins/Jenkinsfile.release-build
b/.ci/jenkins/Jenkinsfile.release-build
index 56a6c457235..26466b900c2 100644
--- a/.ci/jenkins/Jenkinsfile.release-build
+++ b/.ci/jenkins/Jenkinsfile.release-build
@@ -23,7 +23,7 @@ pipeline {
}
options {
- timeout(time: 600, unit: 'MINUTES')
+ timeout(time: 900, unit: 'MINUTES')
}
parameters {
diff --git a/.ci/jenkins/Jenkinsfile.release-dry-run
b/.ci/jenkins/Jenkinsfile.release-dry-run
index d485f6f1af8..092c26e7acd 100644
--- a/.ci/jenkins/Jenkinsfile.release-dry-run
+++ b/.ci/jenkins/Jenkinsfile.release-dry-run
@@ -22,7 +22,7 @@ pipeline {
}
options {
- timeout(time: 600, unit: 'MINUTES')
+ timeout(time: 900, unit: 'MINUTES')
}
stages {
diff --git a/.ci/jenkins/Jenkinsfile.staging-build
b/.ci/jenkins/Jenkinsfile.staging-build
index 1447cc63901..704658b7a5d 100644
--- a/.ci/jenkins/Jenkinsfile.staging-build
+++ b/.ci/jenkins/Jenkinsfile.staging-build
@@ -23,7 +23,7 @@ pipeline {
}
options {
- timeout(time: 360, unit: 'MINUTES')
+ timeout(time: 600, unit: 'MINUTES')
}
parameters {
diff --git a/.ci/jenkins/Jenkinsfile.staging-dry-run
b/.ci/jenkins/Jenkinsfile.staging-dry-run
index abec659cb18..32f322bbda9 100644
--- a/.ci/jenkins/Jenkinsfile.staging-dry-run
+++ b/.ci/jenkins/Jenkinsfile.staging-dry-run
@@ -22,7 +22,7 @@ pipeline {
}
options {
- timeout(time: 360, unit: 'MINUTES')
+ timeout(time: 600, unit: 'MINUTES')
}
stages {
diff --git a/.ci/jenkins/Jenkinsfile.staging-publish
b/.ci/jenkins/Jenkinsfile.staging-publish
index c57fb8e773d..ba0417ff2f9 100644
--- a/.ci/jenkins/Jenkinsfile.staging-publish
+++ b/.ci/jenkins/Jenkinsfile.staging-publish
@@ -22,7 +22,7 @@ pipeline {
}
options {
- timeout(time: 360, unit: 'MINUTES')
+ timeout(time: 600, unit: 'MINUTES')
}
stages {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]