This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Reference docs: | |
# https://cloud.google.com/solutions/jenkins-on-kubernetes-engine-tutorial | |
# https://github.com/GoogleCloudPlatform/continuous-deployment-on-kubernetes | |
# | |
# Open a Cloud Shell and run: | |
# $ curl https://gist.githubusercontent.com/andrehcampos/b93a752999d8edff21bf23dd18bf4fc0/raw/cc8d7d84399d1f4a4f59d43e83227be440084d11/jenkins-on-kubernetes-engine.sh |bash | |
gcloud config set compute/zone us-east1-d | |
git clone https://github.com/GoogleCloudPlatform/continuous-deployment-on-kubernetes.git | |
cd continuous-deployment-on-kubernetes |