Skip to content

Commit

Permalink
Merge pull request jenkins-x-buildpacks#1 from jstrachan/changes
Browse files Browse the repository at this point in the history
fix: add a custom image for promote
  • Loading branch information
jstrachan authored Feb 24, 2020
2 parents 1158971 + eb0f36a commit 915bda4
Show file tree
Hide file tree
Showing 23 changed files with 57 additions and 1 deletion.
1 change: 1 addition & 0 deletions packs/C++/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions packs/D/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 2 additions & 1 deletion packs/apps/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
name: jx-promote
image: jenkinsxio/jenkins-x-installer:0.0.27
1 change: 1 addition & 0 deletions packs/csharp/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions packs/cwp/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions packs/docker-helm/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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



1 change: 1 addition & 0 deletions packs/go-mongodb/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions packs/go/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions packs/gradle/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions packs/helm/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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



1 change: 1 addition & 0 deletions packs/javascript-ui-nginx/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions packs/javascript/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
19 changes: 19 additions & 0 deletions packs/jenkinsfilerunner/pipeline.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
extends:
import: classic
file: pipeline.yaml
agent:
label: jenkins-go
container: gcr.io/jenkinsxio/builder-go
pipelines:
release:
build:
steps:
- name: run
image: jenkins4eval/jenkinsfile-runner
sh: /app/bin/jenkinsfile-runner-launcher -w /app/jenkins -p /usr/share/jenkins/ref/plugins -f /workspace/source --runWorkspace /workspace/build
pullRequest:
build:
steps:
- name: run
image: jenkins4eval/jenkinsfile-runner
sh: /app/bin/jenkinsfile-runner-launcher -w /app/jenkins -p /usr/share/jenkins/ref/plugins -f /workspace/source --runWorkspace /workspace/build
1 change: 1 addition & 0 deletions packs/maven-node-ruby/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions packs/maven/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions packs/ml-python-gpu-service/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions packs/ml-python-service/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions packs/php/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions packs/python/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions packs/ruby/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions packs/rust/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions packs/scala/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
16 changes: 16 additions & 0 deletions packs/trigger-jenkins/pipeline.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
agent:
label: jenkins-go
container: go
pipelines:
pullRequest:
build:
steps:
- sh: tp
name: build
image: gcr.io/jstrachan-multicluster/trigger-pipeline:v3
release:
build:
steps:
- sh: tp
name: build
image: gcr.io/jstrachan-multicluster/trigger-pipeline:v3

0 comments on commit 915bda4

Please sign in to comment.