diff --git a/Jenkinsfile b/Jenkinsfile index 18f1219..67bf370 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -13,16 +13,8 @@ node('packer') { credentialsId: "jenkins-github-access-token" ]) } - stage 'Acquire packer-centos-7' - - sh 'mkdir -p packer-centos-7' - dir('packer-centos-7'){ - git([ url: "https://github.internet2.edu/docker/packer-centos-7.git", - credentialsId: "jenkins-github-access-token" ]) - } - stage 'Validate' - sh '/usr/local/bin/packer validate packer-centos-7/shibboleth-appliance-vbox.json' + sh '/usr/local/bin/packer validate shibboleth-appliance-vbox.json' } diff --git a/shibboleth-appliance-vbox.json b/shibboleth-appliance-vbox.json index 7d9f20e..a5fead0 100644 --- a/shibboleth-appliance-vbox.json +++ b/shibboleth-appliance-vbox.json @@ -19,8 +19,8 @@ }, { "type": "ansible-local", - "playbook_dir": "../ansible-playbooks", - "playbook_file": "../ansible-playbooks/shibboleth-appliance-vbox.yml" + "playbook_dir": "ansible-playbooks", + "playbook_file": "ansible-playbooks/shibboleth-appliance-vbox.yml" }, { "type": "shell",