Jenkins
Steps to Configure Jenkins for Spinnaker
hal config ci jenkins enableecho $PASSWORD | hal config ci jenkins master add my-jenkins-master \ --address $BASEURL \ --username $USERNAME \ --password # password will be read from STDIN to avoid appearing # in your .bash_historyhal deploy apply
hal config ci jenkins master edit MASTER --csrf truehal deploy apply
Last updated