the default GitOps source repository for booting up Jenkins X
修訂 | 212f536e886064113b1ee6804324e86693427eec (tree) |
---|---|
時間 | 2019-09-09 19:35:52 |
作者 | Cosmin Cojocar <cosmin.cojocar@gmx....> |
Commiter | Cosmin Cojocar |
chore: use 0.1.741 builder version for testing
Signed-off-by: Cosmin Cojocar <cosmin.cojocar@gmx.ch>
@@ -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 | |
25 | + image: gcr.io/jenkinsxio/builder-go-maven:0.1.741 | |
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-go | |
7 | + image: gcr.io/jenkinsxio/builder-go:0.1.741 | |
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 | |
102 | + image: gcr.io/jenkinsxio/builder-go:0.1.741 | |
103 | 103 | stages: |
104 | 104 | - name: pr |
105 | 105 | steps: |