Also get this maven plugin from bigfiles
This commit is contained in:
parent
f324dbb583
commit
49e2011e07
1 changed files with 14 additions and 13 deletions
|
@ -181,19 +181,19 @@
|
||||||
# - restart jenkins
|
# - restart jenkins
|
||||||
# tags:
|
# tags:
|
||||||
# - config
|
# - config
|
||||||
|
#
|
||||||
- name: Download additional jenkins plugins (from the maven repo)
|
# - name: Download additional jenkins plugins (from the maven repo)
|
||||||
get_url: url=http://maven.jenkins-ci.org/content/repositories/releases/org/jvnet/hudson/plugins/{{ item.name }}/{{ item.version }}/{{ item.name }}-{{ item.version }}.hpi
|
# get_url: url=http://maven.jenkins-ci.org/content/repositories/releases/org/jvnet/hudson/plugins/{{ item.name }}/{{ item.version }}/{{ item.name }}-{{ item.version }}.hpi
|
||||||
dest=/var/lib/jenkins/plugins/{{ item.name }}.hpi
|
# dest=/var/lib/jenkins/plugins/{{ item.name }}.hpi
|
||||||
sha256sum={{ item.sha }}
|
# sha256sum={{ item.sha }}
|
||||||
with_items:
|
# with_items:
|
||||||
- name: warnings
|
# - name: warnings
|
||||||
version: '4.39'
|
# version: '4.39'
|
||||||
sha: 7652b7ed8971de932f46323aa8e0ddee2bcf4f14839296481ae79590e09f7606
|
# sha: 7652b7ed8971de932f46323aa8e0ddee2bcf4f14839296481ae79590e09f7606
|
||||||
notify:
|
# notify:
|
||||||
- restart jenkins
|
# - restart jenkins
|
||||||
tags:
|
# tags:
|
||||||
- config
|
# - config
|
||||||
|
|
||||||
- name: Install custom jenkins plugins (from ansible bigfiles)
|
- name: Install custom jenkins plugins (from ansible bigfiles)
|
||||||
action: copy src="{{ bigfiles }}/jenkins/{{ item }}.hpi" dest=/var/lib/jenkins/plugins/{{ item }}.hpi
|
action: copy src="{{ bigfiles }}/jenkins/{{ item }}.hpi" dest=/var/lib/jenkins/plugins/{{ item }}.hpi
|
||||||
|
@ -223,6 +223,7 @@
|
||||||
- credentials
|
- credentials
|
||||||
- mailer
|
- mailer
|
||||||
- javadoc
|
- javadoc
|
||||||
|
- warnings
|
||||||
notify:
|
notify:
|
||||||
- restart jenkins
|
- restart jenkins
|
||||||
tags:
|
tags:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue