diff --git a/playbooks/run_jjb.yaml b/playbooks/run_jjb.yaml new file mode 100644 index 0000000000..572d30ea0f --- /dev/null +++ b/playbooks/run_jjb.yaml @@ -0,0 +1,10 @@ +# Run JJB on all of the jenkins hosts. Use this if JJB has exceeded +# the default puppet timeout. Be sure to use "-f " to run it in +# parallel. +--- +- hosts: 'jenkins.openstack.org:~jenkins\d+.openstack.org' + tasks: + - name: run jjb + shell: jenkins-jobs update --delete-old /etc/jenkins_jobs/config + async: 7200 + poll: 30