diff --git a/jenkins/jobs/puppet-module-jobs.yaml b/jenkins/jobs/puppet-module-jobs.yaml index 69f227f3e8..046bb55c7a 100644 --- a/jenkins/jobs/puppet-module-jobs.yaml +++ b/jenkins/jobs/puppet-module-jobs.yaml @@ -189,7 +189,7 @@ - puppet-openstack-integration-checkout - shell: | #!/bin/bash -xe - export PACKAGES=puppet-openstack-integration/other-requirements.txt + cd puppet-openstack-integration /usr/local/jenkins/slave_scripts/install-distro-packages.sh - shell: | #!/bin/bash -xe @@ -217,7 +217,7 @@ - puppet-openstack-integration-checkout - shell: | #!/bin/bash -xe - export PACKAGES=puppet-openstack-integration/other-requirements.txt + cd puppet-openstack-integration /usr/local/jenkins/slave_scripts/install-distro-packages.sh - puppet-prepare-node - shell: |