Fix error Missing reply-to from an instance of 'publisher.email-ext' 74/46974/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Fri, 14 Oct 2016 23:39:47 +0000 (19:39 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Fri, 14 Oct 2016 23:39:59 +0000 (19:39 -0400)
In the master branch of JJB we now get an error message thrown when
reply-to is blank. Set it explicitly to '' to avoid the error message.

Change-Id: I7f84a0f549f1653d406dda140cc9b41ff1649407
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
jjb/releng-macros.yaml

index 80464d1c294cff3b00e0ebf16f4f497c5c202a2f..e6e3961ef372b8acfcdeace51779ebafb8a1a37e 100644 (file)
     publishers:
         - email-ext:
             recipients: 'jenkins@lists.opendaylight.org'
-            reply-to:
+            reply-to: ''
             content-type: default
             subject: '{email-prefix} $PROJECT_NAME - Build # $BUILD_NUMBER - $BUILD_STATUS!'
             body: |