Fix email subjects that were hardcoding project 25/38025/1
authorAndrew Grimberg <agrimberg@linuxfoundation.org>
Fri, 22 Apr 2016 14:47:28 +0000 (07:47 -0700)
committerAndrew Grimberg <agrimberg@linuxfoundation.org>
Fri, 22 Apr 2016 14:47:28 +0000 (07:47 -0700)
Several of the templates were hardcoding '[project]' into the email
subject line instead of '[{project}]' which means they have been
improperly tagging the mail going to the jenkins mailing list.

Change-Id: I7edebd46015cc8ea784219446875aeb8b1386b72
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
jjb/integration/integration-templates.yaml

index 963cffe96b03084e4ed167562e86b9d986e1188b..9d4dc33bc68f01d27924102e651811bb7f5db56a 100644 (file)
         - archive:
             artifacts: '*log*'
         - email-notification:
-            email-prefix: '[project]'
+            email-prefix: '[{project}]'
 
 - job-template:
     name: '{project}-csit-1node-openstack-{openstack}-{functionality}-{stream}'
         - archive:
             artifacts: '*log*'
         - email-notification:
-            email-prefix: '[project]'
+            email-prefix: '[{project}]'
 
 - job-template:
     name: '{project}-csit-3node-openstack-{openstack}-{functionality}-{stream}'
         - archive:
             artifacts: '*log*'
         - email-notification:
-            email-prefix: '[project]'
+            email-prefix: '[{project}]'