Restart jenkins after having install the plugins
This commit is contained in:
parent
d95ad3e069
commit
7198cc27a5
1 changed files with 3 additions and 1 deletions
|
@ -177,6 +177,8 @@
|
||||||
- name: warnings
|
- name: warnings
|
||||||
version: 4.28
|
version: 4.28
|
||||||
sha: cc2de4391030e15ffeee86269bdf1afc5a377d484690e4b3ad8fe1c1f2dfd18c
|
sha: cc2de4391030e15ffeee86269bdf1afc5a377d484690e4b3ad8fe1c1f2dfd18c
|
||||||
|
notify:
|
||||||
|
- restart jenkins
|
||||||
|
|
||||||
tags:
|
tags:
|
||||||
- config
|
- config
|
||||||
|
@ -210,7 +212,7 @@
|
||||||
copy: src={{ item }} dest=/var/lib/jenkins/plugins/openid/WEB-INF/lib/ group=jenkins mode=655
|
copy: src={{ item }} dest=/var/lib/jenkins/plugins/openid/WEB-INF/lib/ group=jenkins mode=655
|
||||||
with_fileglob:
|
with_fileglob:
|
||||||
- "{{ bigfiles }}/hotfixes/jenkins/openid/*.jar"
|
- "{{ bigfiles }}/hotfixes/jenkins/openid/*.jar"
|
||||||
notify:
|
notify:
|
||||||
- restart jenkins
|
- restart jenkins
|
||||||
|
|
||||||
handlers:
|
handlers:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue