Skip to content
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.

Commit

Permalink
chore: use latest tag from version stream
Browse files Browse the repository at this point in the history
  • Loading branch information
ccojocar committed Sep 8, 2019
1 parent 3f2c610 commit 8fd4b68
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion jenkins-x-bdd-local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pipelineConfig:
- name: GOPROXY
value: http://jenkins-x-athens-proxy:80
agent:
image: gcr.io/jenkinsxio/builder-go-maven:0.1.731
image: gcr.io/jenkinsxio/builder-go-maven
stages:
- name: ci
steps:
Expand Down
2 changes: 1 addition & 1 deletion jenkins-x-bdd-vault.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ pipelineConfig:
- name: DOMAIN_SUFFIX
value: ".bdd.jenkins-x.rocks"
agent:
image: gcr.io/jenkinsxio/builder-go-maven:0.1.731
image: gcr.io/jenkinsxio/builder-go-maven
stages:
- name: ci
steps:
Expand Down
2 changes: 1 addition & 1 deletion jenkins-x-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pipelineConfig:
release:
pipeline:
agent:
image: gcr.io/jenkinsxio/builder-jx:0.1.731
image: gcr.io/jenkinsxio/builder-jx
stages:
- name: release
steps:
Expand Down
4 changes: 2 additions & 2 deletions jenkins-x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pipelineConfig:
release:
pipeline:
agent:
image: gcr.io/jenkinsxio/builder-go:0.1.731
image: gcr.io/jenkinsxio/builder-go
environment:
- name: DEPLOY_NAMESPACE
value: jx
Expand Down Expand Up @@ -99,7 +99,7 @@ pipelineConfig:
pullRequest:
pipeline:
agent:
image: gcr.io/jenkinsxio/builder-go:0.1.731
image: gcr.io/jenkinsxio/builder-go
stages:
- name: pr
steps:
Expand Down

0 comments on commit 8fd4b68

Please sign in to comment.