From: Andrew Grimberg Date: Fri, 22 Apr 2016 14:47:28 +0000 (-0700) Subject: Fix email subjects that were hardcoding project X-Git-Tag: release/beryllium-sr2~28^2 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F25%2F38025%2F1;p=releng%2Fbuilder.git Fix email subjects that were hardcoding project 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 --- diff --git a/jjb/integration/integration-templates.yaml b/jjb/integration/integration-templates.yaml index 963cffe96..9d4dc33bc 100644 --- a/jjb/integration/integration-templates.yaml +++ b/jjb/integration/integration-templates.yaml @@ -689,7 +689,7 @@ - archive: artifacts: '*log*' - email-notification: - email-prefix: '[project]' + email-prefix: '[{project}]' - job-template: name: '{project}-csit-1node-openstack-{openstack}-{functionality}-{stream}' @@ -778,7 +778,7 @@ - archive: artifacts: '*log*' - email-notification: - email-prefix: '[project]' + email-prefix: '[{project}]' - job-template: name: '{project}-csit-3node-openstack-{openstack}-{functionality}-{stream}' @@ -872,4 +872,4 @@ - archive: artifacts: '*log*' - email-notification: - email-prefix: '[project]' + email-prefix: '[{project}]'