Skip to content

Commit

Permalink
fix(hal_k8s_run): Update halyard's webhook -> ci change. (#1563)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtk54 committed Apr 12, 2017
1 parent c6337bc commit 1b63c77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev/hal_k8s_run.sh
Expand Up @@ -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
Expand Down

0 comments on commit 1b63c77

Please sign in to comment.