17b2bda1a0
Added all of the files from slave_scripts to jenkins_slave. Includes the changes I submitted in https://review.openstack.org/6063 Changed the jobs to use these rather than the ones from openstack-ci. Change-Id: I4bd9e78b3d9c0cbbc6a0b17fc95c60458b06a0f7
12 lines
415 B
Plaintext
12 lines
415 B
Plaintext
<builders>
|
|
<hudson.plugins.copyartifact.CopyArtifact>
|
|
<projectName>$PROJECT-venv</projectName>
|
|
<filter></filter>
|
|
<target></target>
|
|
<selector class="hudson.plugins.copyartifact.StatusBuildSelector"/>
|
|
</hudson.plugins.copyartifact.CopyArtifact>
|
|
<hudson.tasks.Shell>
|
|
<command>/usr/local/jenkins/slave_scripts/copy-bundle.sh</command>
|
|
</hudson.tasks.Shell>
|
|
</builders>
|