re-add jenkins plugins from bigfiles............

Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
This commit is contained in:
Rick Elrod 2015-09-04 19:04:19 +00:00
parent d13334971f
commit 4bc18f6178

View file

@ -44,6 +44,17 @@
- jenkins
- jenkins/master
- name: Install custom jenkins plugins (from ansible bigfiles)
action: copy src="{{ bigfiles }}/jenkins/{{ item }}.hpi" dest=/var/lib/jenkins/plugins/{{ item }}.hpi
with_items:
- fedmsg
notify:
- restart jenkins
tags:
- jenkins
- jenkins/master
- config
- name: install jenkins launcher config file
copy: >
src="jenkins.conf"