diff --git a/Jenkinsfile b/Jenkinsfile index 8efc84f..bfbe122 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -8,9 +8,10 @@ node('packer') { checkout scm - // Get the ansible-playbooks repo + stage 'Acquire ansible-playbooks' - git url: 'https://github.internet2.edu/docker/ansible-playbooks.git' + git([ url: "https://github.internet2.edu/docker/ansible-playbooks.git", + credentialsId: "jenkins-github-access-token" ]) stage 'Validate'