diff --git a/Jenkinsfile b/Jenkinsfile index 365863c..75ecd5d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -15,7 +15,8 @@ node('packer') { stage 'Validate' - sh 'cd ../packer-centos-7' + sh 'ls' + sh 'cd packer-centos-7' sh 'pwd' sh '/usr/local/bin/packer validate shibboleth-appliance-vbox.json'