Skip to content

Commit 915bda4

Browse files
authored
Merge pull request jenkins-x-buildpacks#1 from jstrachan/changes
fix: add a custom image for promote
2 parents 1158971 + eb0f36a commit 915bda4

File tree

23 files changed

+57
-1
lines changed

23 files changed

+57
-1
lines changed

packs/C++/pipeline.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,4 @@ pipelines:
3939
- comment: promote through all 'Auto' promotion Environments
4040
sh: jx promote -b --all-auto --timeout 1h --version \$(cat ../../VERSION)
4141
name: jx-promote
42+
image: jenkinsxio/jenkins-x-installer:0.0.27

packs/D/pipeline.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,4 @@ pipelines:
3939
- comment: promote through all 'Auto' promotion Environments
4040
sh: jx promote -b --all-auto --timeout 1h --version \$(cat ../../VERSION)
4141
name: jx-promote
42+
image: jenkinsxio/jenkins-x-installer:0.0.27

packs/apps/pipeline.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,5 @@ pipelines:
4646
name: helm-release
4747
- comment: Let's promote through all 'Auto' promotion Environments
4848
sh: jx promote -b --all-auto --timeout 1h --version \$(cat ../../VERSION)
49-
name: jx-promote
49+
name: jx-promote
50+
image: jenkinsxio/jenkins-x-installer:0.0.27

packs/csharp/pipeline.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,4 @@ pipelines:
4646
- comment: promote through all 'Auto' promotion Environments
4747
sh: jx promote -b --all-auto --timeout 1h --version \$(cat ../../VERSION)
4848
name: jx-promote
49+
image: jenkinsxio/jenkins-x-installer:0.0.27

packs/cwp/pipeline.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,4 @@ pipelines:
3232
sh: jx step helm release
3333
- comment: promote through all 'Auto' promotion Environments
3434
sh: jx promote -b --all-auto --timeout 1h --version \$(cat ../../VERSION)
35+
image: jenkinsxio/jenkins-x-installer:0.0.27

packs/docker-helm/pipeline.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ pipelines:
4343
- comment: Let's promote through all 'Auto' promotion Environments
4444
sh: jx promote -b --all-auto --timeout 1h --version \$(cat ../../VERSION)
4545
name: jx-promote
46+
image: jenkinsxio/jenkins-x-installer:0.0.27
4647

4748

4849

packs/go-mongodb/pipeline.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,4 @@ pipelines:
3030
sh: jx step helm release
3131
- comment: promote through all 'Auto' promotion Environments
3232
sh: jx promote -b --all-auto --timeout 1h --version \$(cat ../../VERSION)
33+
image: jenkinsxio/jenkins-x-installer:0.0.27

packs/go/pipeline.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,4 @@ pipelines:
3939
- comment: promote through all 'Auto' promotion Environments
4040
sh: jx promote -b --all-auto --timeout 1h --version \$(cat ../../VERSION)
4141
name: jx-promote
42+
image: jenkinsxio/jenkins-x-installer:0.0.27

packs/gradle/pipeline.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,4 @@ pipelines:
3939
- comment: promote through all 'Auto' promotion Environments
4040
sh: jx promote -b --all-auto --timeout 1h --version \$(cat ../../VERSION)
4141
name: jx-promote
42+
image: jenkinsxio/jenkins-x-installer:0.0.27

packs/helm/pipeline.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ pipelines:
3737
- comment: Let's promote through all 'Auto' promotion Environments
3838
sh: jx promote -b --all-auto --timeout 1h --version \$(cat ../../VERSION)
3939
name: jx-promote
40+
image: jenkinsxio/jenkins-x-installer:0.0.27
4041

4142

4243

0 commit comments

Comments
 (0)