From 7198cc27a5646eae4a261c4728d0c3309a924829 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Tue, 11 Feb 2014 11:21:32 +0100 Subject: [PATCH] Restart jenkins after having install the plugins --- playbooks/groups/jenkins-cloud.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/playbooks/groups/jenkins-cloud.yml b/playbooks/groups/jenkins-cloud.yml index babdf7d1c8..d8edd312dd 100644 --- a/playbooks/groups/jenkins-cloud.yml +++ b/playbooks/groups/jenkins-cloud.yml @@ -177,6 +177,8 @@ - name: warnings version: 4.28 sha: cc2de4391030e15ffeee86269bdf1afc5a377d484690e4b3ad8fe1c1f2dfd18c + notify: + - restart jenkins tags: - config @@ -210,7 +212,7 @@ copy: src={{ item }} dest=/var/lib/jenkins/plugins/openid/WEB-INF/lib/ group=jenkins mode=655 with_fileglob: - "{{ bigfiles }}/hotfixes/jenkins/openid/*.jar" - notify: + notify: - restart jenkins handlers: