Add jenkins hotfix

This commit is contained in:
2 changed files with 9 additions and 0 deletions

View file

@ -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

View file

@ -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