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

Commit

Permalink
Merge #397
Browse files Browse the repository at this point in the history
397: ci: backport gce zone change to release-1.1 r=falfaro a=sameersbn



Co-authored-by: Felipe Alfaro Solana <felipe.alfaro@gmail.com>
  • Loading branch information
bors[bot] and falfaro committed Feb 20, 2019
2 parents a7d477e + ffc71c2 commit 2db3d3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ spec:
withGo() {
dir('src/github.com/bitnami/kube-prod-runtime') {
def project = 'bkprtesting'
def zone = 'us-east1-d'
def zone = 'us-east1-b'
def clusterName = ("${env.BRANCH_NAME}".take(8) + "-${env.BUILD_NUMBER}-" + UUID.randomUUID().toString().take(5) + "-${platform}").replaceAll(/[^a-zA-Z0-9-]/, '-').replaceAll(/--/, '-').toLowerCase()
def dnsPrefix = "${clusterName}"
def adminEmail = "${clusterName}@${parentZone}"
Expand Down

0 comments on commit 2db3d3b

Please sign in to comment.