Merge "Add playbook to run JJB on all jenkins masters"

This commit is contained in:
Jenkins 2016-02-09 20:13:40 +00:00 committed by Gerrit Code Review
commit 73a98f3165

10
playbooks/run_jjb.yaml Normal file
View File

@ -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 <num>" 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