Add jenkins hotfix
This commit is contained in:
parent
09abb18832
commit
ebdb5430bc
2 changed files with 9 additions and 0 deletions
|
@ -29,6 +29,9 @@
|
|||
- name: restart iptables
|
||||
action: service name=iptables state=restarted
|
||||
|
||||
- name: restart jenkins
|
||||
action: service name=jenkins state=restarted
|
||||
|
||||
- name: restart lighttpd
|
||||
action: service name=lighttpd state=restarted
|
||||
|
||||
|
|
|
@ -109,6 +109,12 @@
|
|||
- name: start jenkins itself
|
||||
action: service name=jenkins state=running
|
||||
|
||||
- name: jenkins hotfix big file
|
||||
copy: src=$item dest=/var/lib/jenkins/plugins/openid/WEB-INF/lib/ group=jenkins mode=655
|
||||
with_fileglob: $bigfiles/hotfixes/jenkins/openid/*.jar
|
||||
notify:
|
||||
- restart jenkins
|
||||
|
||||
|
||||
handlers:
|
||||
- include: $handlers/restart_services.yml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue