From eb0f36a24164a0f14afcc4fdbea773effc1fb8fd Mon Sep 17 00:00:00 2001 From: James Strachan Date: Mon, 24 Feb 2020 09:41:06 +0000 Subject: [PATCH] fix: add a custom image for promote --- packs/C++/pipeline.yaml | 1 + packs/D/pipeline.yaml | 1 + packs/apps/pipeline.yaml | 3 ++- packs/csharp/pipeline.yaml | 1 + packs/cwp/pipeline.yaml | 1 + packs/docker-helm/pipeline.yaml | 1 + packs/go-mongodb/pipeline.yaml | 1 + packs/go/pipeline.yaml | 1 + packs/gradle/pipeline.yaml | 1 + packs/helm/pipeline.yaml | 1 + packs/javascript-ui-nginx/pipeline.yaml | 1 + packs/javascript/pipeline.yaml | 1 + packs/maven-node-ruby/pipeline.yaml | 1 + packs/maven/pipeline.yaml | 1 + packs/ml-python-gpu-service/pipeline.yaml | 1 + packs/ml-python-service/pipeline.yaml | 1 + packs/php/pipeline.yaml | 1 + packs/python/pipeline.yaml | 1 + packs/ruby/pipeline.yaml | 1 + packs/rust/pipeline.yaml | 1 + packs/scala/pipeline.yaml | 1 + 21 files changed, 22 insertions(+), 1 deletion(-) diff --git a/packs/C++/pipeline.yaml b/packs/C++/pipeline.yaml index afb9372c1..803aa2067 100644 --- a/packs/C++/pipeline.yaml +++ b/packs/C++/pipeline.yaml @@ -39,3 +39,4 @@ pipelines: - comment: promote through all 'Auto' promotion Environments sh: jx promote -b --all-auto --timeout 1h --version \$(cat ../../VERSION) name: jx-promote + image: jenkinsxio/jenkins-x-installer:0.0.27 diff --git a/packs/D/pipeline.yaml b/packs/D/pipeline.yaml index b6ec611dc..255a6866d 100644 --- a/packs/D/pipeline.yaml +++ b/packs/D/pipeline.yaml @@ -39,3 +39,4 @@ pipelines: - comment: promote through all 'Auto' promotion Environments sh: jx promote -b --all-auto --timeout 1h --version \$(cat ../../VERSION) name: jx-promote + image: jenkinsxio/jenkins-x-installer:0.0.27 diff --git a/packs/apps/pipeline.yaml b/packs/apps/pipeline.yaml index 13c08d831..01151ca89 100644 --- a/packs/apps/pipeline.yaml +++ b/packs/apps/pipeline.yaml @@ -46,4 +46,5 @@ pipelines: name: helm-release - comment: Let's promote through all 'Auto' promotion Environments sh: jx promote -b --all-auto --timeout 1h --version \$(cat ../../VERSION) - name: jx-promote \ No newline at end of file + name: jx-promote + image: jenkinsxio/jenkins-x-installer:0.0.27 diff --git a/packs/csharp/pipeline.yaml b/packs/csharp/pipeline.yaml index 8d47f80b3..0b5067de2 100644 --- a/packs/csharp/pipeline.yaml +++ b/packs/csharp/pipeline.yaml @@ -46,3 +46,4 @@ pipelines: - comment: promote through all 'Auto' promotion Environments sh: jx promote -b --all-auto --timeout 1h --version \$(cat ../../VERSION) name: jx-promote + image: jenkinsxio/jenkins-x-installer:0.0.27 diff --git a/packs/cwp/pipeline.yaml b/packs/cwp/pipeline.yaml index 09d6cfad7..e3655f644 100644 --- a/packs/cwp/pipeline.yaml +++ b/packs/cwp/pipeline.yaml @@ -32,3 +32,4 @@ pipelines: sh: jx step helm release - comment: promote through all 'Auto' promotion Environments sh: jx promote -b --all-auto --timeout 1h --version \$(cat ../../VERSION) + image: jenkinsxio/jenkins-x-installer:0.0.27 diff --git a/packs/docker-helm/pipeline.yaml b/packs/docker-helm/pipeline.yaml index a4d9e0d2a..92013a197 100644 --- a/packs/docker-helm/pipeline.yaml +++ b/packs/docker-helm/pipeline.yaml @@ -43,6 +43,7 @@ pipelines: - comment: Let's promote through all 'Auto' promotion Environments sh: jx promote -b --all-auto --timeout 1h --version \$(cat ../../VERSION) name: jx-promote + image: jenkinsxio/jenkins-x-installer:0.0.27 diff --git a/packs/go-mongodb/pipeline.yaml b/packs/go-mongodb/pipeline.yaml index 83f8cca2e..557851fd4 100644 --- a/packs/go-mongodb/pipeline.yaml +++ b/packs/go-mongodb/pipeline.yaml @@ -30,3 +30,4 @@ pipelines: sh: jx step helm release - comment: promote through all 'Auto' promotion Environments sh: jx promote -b --all-auto --timeout 1h --version \$(cat ../../VERSION) + image: jenkinsxio/jenkins-x-installer:0.0.27 diff --git a/packs/go/pipeline.yaml b/packs/go/pipeline.yaml index d7887609a..d31a3809a 100644 --- a/packs/go/pipeline.yaml +++ b/packs/go/pipeline.yaml @@ -39,3 +39,4 @@ pipelines: - comment: promote through all 'Auto' promotion Environments sh: jx promote -b --all-auto --timeout 1h --version \$(cat ../../VERSION) name: jx-promote + image: jenkinsxio/jenkins-x-installer:0.0.27 diff --git a/packs/gradle/pipeline.yaml b/packs/gradle/pipeline.yaml index 71f68dcf8..e92b21d88 100644 --- a/packs/gradle/pipeline.yaml +++ b/packs/gradle/pipeline.yaml @@ -39,3 +39,4 @@ pipelines: - comment: promote through all 'Auto' promotion Environments sh: jx promote -b --all-auto --timeout 1h --version \$(cat ../../VERSION) name: jx-promote + image: jenkinsxio/jenkins-x-installer:0.0.27 diff --git a/packs/helm/pipeline.yaml b/packs/helm/pipeline.yaml index aa06e79c1..1804f73dd 100644 --- a/packs/helm/pipeline.yaml +++ b/packs/helm/pipeline.yaml @@ -37,6 +37,7 @@ pipelines: - comment: Let's promote through all 'Auto' promotion Environments sh: jx promote -b --all-auto --timeout 1h --version \$(cat ../../VERSION) name: jx-promote + image: jenkinsxio/jenkins-x-installer:0.0.27 diff --git a/packs/javascript-ui-nginx/pipeline.yaml b/packs/javascript-ui-nginx/pipeline.yaml index 6b68d3baf..4fc80cb37 100644 --- a/packs/javascript-ui-nginx/pipeline.yaml +++ b/packs/javascript-ui-nginx/pipeline.yaml @@ -43,3 +43,4 @@ pipelines: - comment: promote through all 'Auto' promotion Environments sh: jx promote -b --all-auto --timeout 1h --version \$(cat ../../VERSION) name: jx-promote + image: jenkinsxio/jenkins-x-installer:0.0.27 diff --git a/packs/javascript/pipeline.yaml b/packs/javascript/pipeline.yaml index adcf4e001..3524a7230 100644 --- a/packs/javascript/pipeline.yaml +++ b/packs/javascript/pipeline.yaml @@ -39,3 +39,4 @@ pipelines: - comment: promote through all 'Auto' promotion Environments sh: jx promote -b --all-auto --timeout 1h --version \$(cat ../../VERSION) name: jx-promote + image: jenkinsxio/jenkins-x-installer:0.0.27 diff --git a/packs/maven-node-ruby/pipeline.yaml b/packs/maven-node-ruby/pipeline.yaml index f881ef2b8..57a9358bf 100644 --- a/packs/maven-node-ruby/pipeline.yaml +++ b/packs/maven-node-ruby/pipeline.yaml @@ -43,3 +43,4 @@ pipelines: - comment: promote through all 'Auto' promotion Environments sh: jx promote -b --all-auto --timeout 1h --version \$(cat ../../VERSION) name: jx-promote + image: jenkinsxio/jenkins-x-installer:0.0.27 diff --git a/packs/maven/pipeline.yaml b/packs/maven/pipeline.yaml index f881ef2b8..57a9358bf 100644 --- a/packs/maven/pipeline.yaml +++ b/packs/maven/pipeline.yaml @@ -43,3 +43,4 @@ pipelines: - comment: promote through all 'Auto' promotion Environments sh: jx promote -b --all-auto --timeout 1h --version \$(cat ../../VERSION) name: jx-promote + image: jenkinsxio/jenkins-x-installer:0.0.27 diff --git a/packs/ml-python-gpu-service/pipeline.yaml b/packs/ml-python-gpu-service/pipeline.yaml index 862b2c9fa..54c525454 100644 --- a/packs/ml-python-gpu-service/pipeline.yaml +++ b/packs/ml-python-gpu-service/pipeline.yaml @@ -56,6 +56,7 @@ pipelines: sh: jx step helm release - comment: promote through all 'Auto' promotion Environments sh: jx promote -b --all-auto --timeout 1h --version \$(cat ../../VERSION) + image: jenkinsxio/jenkins-x-installer:0.0.27 post: steps: - groovy: always diff --git a/packs/ml-python-service/pipeline.yaml b/packs/ml-python-service/pipeline.yaml index 7a70226d0..f2cd88d89 100644 --- a/packs/ml-python-service/pipeline.yaml +++ b/packs/ml-python-service/pipeline.yaml @@ -56,6 +56,7 @@ pipelines: sh: jx step helm release - comment: promote through all 'Auto' promotion Environments sh: jx promote -b --all-auto --timeout 1h --version \$(cat ../../VERSION) + image: jenkinsxio/jenkins-x-installer:0.0.27 post: steps: - groovy: always diff --git a/packs/php/pipeline.yaml b/packs/php/pipeline.yaml index 8d47f80b3..0b5067de2 100644 --- a/packs/php/pipeline.yaml +++ b/packs/php/pipeline.yaml @@ -46,3 +46,4 @@ pipelines: - comment: promote through all 'Auto' promotion Environments sh: jx promote -b --all-auto --timeout 1h --version \$(cat ../../VERSION) name: jx-promote + image: jenkinsxio/jenkins-x-installer:0.0.27 diff --git a/packs/python/pipeline.yaml b/packs/python/pipeline.yaml index 68d880057..f97792274 100644 --- a/packs/python/pipeline.yaml +++ b/packs/python/pipeline.yaml @@ -39,3 +39,4 @@ pipelines: - comment: promote through all 'Auto' promotion Environments sh: jx promote -b --all-auto --timeout 1h --version \$(cat ../../VERSION) name: jx-promote + image: jenkinsxio/jenkins-x-installer:0.0.27 diff --git a/packs/ruby/pipeline.yaml b/packs/ruby/pipeline.yaml index 1d70617c0..b3d7a3ccc 100644 --- a/packs/ruby/pipeline.yaml +++ b/packs/ruby/pipeline.yaml @@ -46,3 +46,4 @@ pipelines: - comment: promote through all 'Auto' promotion Environments sh: jx promote -b --all-auto --timeout 1h --version \$(cat ../../VERSION) name: jx-promote + image: jenkinsxio/jenkins-x-installer:0.0.27 diff --git a/packs/rust/pipeline.yaml b/packs/rust/pipeline.yaml index cab0544d6..a0d828519 100644 --- a/packs/rust/pipeline.yaml +++ b/packs/rust/pipeline.yaml @@ -39,3 +39,4 @@ pipelines: - comment: promote through all 'Auto' promotion Environments sh: jx promote -b --all-auto --timeout 1h --version \$(cat ../../VERSION) name: jx-promote + image: jenkinsxio/jenkins-x-installer:0.0.27 diff --git a/packs/scala/pipeline.yaml b/packs/scala/pipeline.yaml index c19458f6b..721159a86 100644 --- a/packs/scala/pipeline.yaml +++ b/packs/scala/pipeline.yaml @@ -39,3 +39,4 @@ pipelines: - comment: promote through all 'Auto' promotion Environments sh: jx promote -b --all-auto --timeout 1h --version \$(cat ../../VERSION) name: jx-promote + image: jenkinsxio/jenkins-x-installer:0.0.27