e53a05ac39
Adds default Openstack jobs for a given project name into Jenkins To envoke add a section as follows to your site manifest: class { "jenkins_jobs": site => "openstack", projects => ["project1", "project2"] } Now using xml building blocks! Change-Id: If4cacba91d3dc22207e53413543e5bcfcfb0b541
4 lines
129 B
Plaintext
4 lines
129 B
Plaintext
<hudson.tasks.Shell>
|
|
<command>bash -x ~/openstack-ci/slave_scripts/build-bundle.sh</command>
|
|
</hudson.tasks.Shell>
|