Skip to content

Commit

Permalink
NO-ISSUE: KIE Sandbox Helm chart version fix on daily dev publish Jen…
Browse files Browse the repository at this point in the history
…kins job (apache#2151)
  • Loading branch information
rodrigonull authored Feb 8, 2024
1 parent 7a29f56 commit 261f494
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .ci/jenkins/Jenkinsfile.daily-dev-publish
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion .ci/jenkins/Jenkinsfile.release-build
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ pipeline {
}

options {
timeout(time: 600, unit: 'MINUTES')
timeout(time: 900, unit: 'MINUTES')
}

parameters {
Expand Down
2 changes: 1 addition & 1 deletion .ci/jenkins/Jenkinsfile.release-dry-run
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ pipeline {
}

options {
timeout(time: 600, unit: 'MINUTES')
timeout(time: 900, unit: 'MINUTES')
}

stages {
Expand Down
2 changes: 1 addition & 1 deletion .ci/jenkins/Jenkinsfile.staging-build
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ pipeline {
}

options {
timeout(time: 360, unit: 'MINUTES')
timeout(time: 600, unit: 'MINUTES')
}

parameters {
Expand Down
2 changes: 1 addition & 1 deletion .ci/jenkins/Jenkinsfile.staging-dry-run
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ pipeline {
}

options {
timeout(time: 360, unit: 'MINUTES')
timeout(time: 600, unit: 'MINUTES')
}

stages {
Expand Down
2 changes: 1 addition & 1 deletion .ci/jenkins/Jenkinsfile.staging-publish
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ pipeline {
}

options {
timeout(time: 360, unit: 'MINUTES')
timeout(time: 600, unit: 'MINUTES')
}

stages {
Expand Down

0 comments on commit 261f494

Please sign in to comment.