the default GitOps source repository for booting up Jenkins X
Revisão | 8fd4b68a2dee1411d7c41af50d92eb913d064059 (tree) |
---|---|
Hora | 2019-09-08 21:56:39 |
Autor | Cosmin Cojocar <cosmin.cojocar@gmx....> |
Commiter | Cosmin Cojocar |
chore: use latest tag from version stream
@@ -16,7 +16,7 @@ pipelineConfig: | ||
16 | 16 | - name: GOPROXY |
17 | 17 | value: http://jenkins-x-athens-proxy:80 |
18 | 18 | agent: |
19 | - image: gcr.io/jenkinsxio/builder-go-maven:0.1.731 | |
19 | + image: gcr.io/jenkinsxio/builder-go-maven | |
20 | 20 | stages: |
21 | 21 | - name: ci |
22 | 22 | steps: |
@@ -22,7 +22,7 @@ pipelineConfig: | ||
22 | 22 | - name: DOMAIN_SUFFIX |
23 | 23 | value: ".bdd.jenkins-x.rocks" |
24 | 24 | agent: |
25 | - image: gcr.io/jenkinsxio/builder-go-maven:0.1.731 | |
25 | + image: gcr.io/jenkinsxio/builder-go-maven | |
26 | 26 | stages: |
27 | 27 | - name: ci |
28 | 28 | steps: |
@@ -4,7 +4,7 @@ pipelineConfig: | ||
4 | 4 | release: |
5 | 5 | pipeline: |
6 | 6 | agent: |
7 | - image: gcr.io/jenkinsxio/builder-jx:0.1.731 | |
7 | + image: gcr.io/jenkinsxio/builder-jx | |
8 | 8 | stages: |
9 | 9 | - name: release |
10 | 10 | steps: |
@@ -4,7 +4,7 @@ pipelineConfig: | ||
4 | 4 | release: |
5 | 5 | pipeline: |
6 | 6 | agent: |
7 | - image: gcr.io/jenkinsxio/builder-go:0.1.731 | |
7 | + image: gcr.io/jenkinsxio/builder-go | |
8 | 8 | environment: |
9 | 9 | - name: DEPLOY_NAMESPACE |
10 | 10 | value: jx |
@@ -99,7 +99,7 @@ pipelineConfig: | ||
99 | 99 | pullRequest: |
100 | 100 | pipeline: |
101 | 101 | agent: |
102 | - image: gcr.io/jenkinsxio/builder-go:0.1.731 | |
102 | + image: gcr.io/jenkinsxio/builder-go | |
103 | 103 | stages: |
104 | 104 | - name: pr |
105 | 105 | steps: |