]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
normalize in lower case for triggering handlers
authorAlfredo Deza <adeza@redhat.com>
Thu, 9 Jul 2015 13:07:54 +0000 (09:07 -0400)
committerAlfredo Deza <adeza@redhat.com>
Fri, 17 Jul 2015 21:23:27 +0000 (17:23 -0400)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
ansible/master/ansible-jenkins/tasks/plugins.yml

index 7213395cba2e8d4201be817d629b52ebaeab4ac5..af68e6d92202120bb1457c0cea67b37c5924e8a8 100644 (file)
@@ -9,7 +9,7 @@
   when: plugins_installed.changed and plugins_installed.stdout.find('{{ item }}') == -1
   with_items: plugins
   notify:
-    - 'Restart Jenkins'
+    - 'restart jenkins'
 
 - name: List plugins to be updated
   shell: java -jar {{ jenkins.cli_dest }} -s http://localhost:{{ port }} list-plugins | grep ')$' | cut -f 1 -d ' ' | sed ':a;N;$!ba;s/\n/ /g'
@@ -21,4 +21,4 @@
   when: plugins_updates.stdout != ''
   ignore_errors: yes
   notify:
-    - 'Restart Jenkins'
+    - 'restart jenkins'