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

Commit

Permalink
Use v2 of
Browse files Browse the repository at this point in the history
  • Loading branch information
viglesiasce committed Aug 29, 2016
1 parent baa9024 commit d417aac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cluster_up.sh
Expand Up @@ -54,7 +54,7 @@ pushd continuous-deployment-on-kubernetes

if ! gcloud compute images describe jenkins-home-image > /dev/null 2>&1; then
echo "* Creating Jenkins home image"
gcloud compute images create jenkins-home-image --source-uri https://storage.googleapis.com/solutions-public-assets/jenkins-cd/jenkins-home.tar.gz
gcloud compute images create jenkins-home-image --source-uri https://storage.googleapis.com/solutions-public-assets/jenkins-cd/jenkins-home-v2.tar.gz
else
echo "* Jenkins home image already exists"
fi
Expand Down

0 comments on commit d417aac

Please sign in to comment.