-
Bug
-
Resolution: Unresolved
-
Minor
-
None
I'm using the Build Name Setter Plugin for updating the names of build on my jobs. This plugins set/update the BUILD_DISPLAY_NAME variable correctly, but when use with the MQTT Notification Plugin, it is not replace with its value.
For example, a template message like { "job": "${JOB_NAME}", "name": "${BUILD_DISPLAY_NAME}", "state": "${BUILD_RESULT}" } leads to a { "job": "FooBar", "name": "${BUILD_DISPLAY_NAME}", "state": "SUCCESS" }