From 1b63c77859be8b7ccf355460121c8e105a60345e Mon Sep 17 00:00:00 2001 From: Jacob Kiefer Date: Wed, 12 Apr 2017 15:36:09 -0400 Subject: [PATCH] fix(hal_k8s_run): Update halyard's webhook -> ci change. (#1563) --- dev/hal_k8s_run.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev/hal_k8s_run.sh b/dev/hal_k8s_run.sh index 8f1fb67f9..1c943ce78 100755 --- a/dev/hal_k8s_run.sh +++ b/dev/hal_k8s_run.sh @@ -93,8 +93,8 @@ hal config provider google enable hal config provider google account add my-gce-account \ --json-path /supporting_data/build.json --project $BUILD_PROJECT -hal config webhook jenkins enable -echo $JENKINS_PASSWORD | hal config webhook jenkins master add jenkins --address $JENKINS_ADDRESS --username $JENKINS_USERNAME --password +hal config ci jenkins enable +echo $JENKINS_PASSWORD | hal config ci jenkins master add jenkins --address $JENKINS_ADDRESS --username $JENKINS_USERNAME --password # Uses default root-folder 'spinnaker' implicitly. hal config storage edit --account-name my-gce-account --bucket $GCS_BUCKET