Remove jjb playbook

We nolonger need it as we don't have jenkins masters any more.

Change-Id: I8117a6f4afb9f65a1400fad090594efd260c3bec
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2016-06-18 19:01:34 -04:00
parent 3e64f01bf7
commit c281951f12
No known key found for this signature in database
GPG Key ID: 611A80832067AF38

View File

@ -1,10 +0,0 @@
# 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