re-add jenkins plugins from bigfiles............
Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
This commit is contained in:
parent
d13334971f
commit
4bc18f6178
1 changed files with 11 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue