-
Improvement
-
Resolution: Fixed
-
Minor
-
None
Hi,
Would it be possible to update the plugin so that it uses the build name output by the build name setter plugin? We replace the build # with an SCM changelist/revision so it's much more meaningful to have that than a build number.
FYI The email based notifier does use the output of the Name Setter plugin.
Ta
Andy
- is related to
-
JENKINS-34903 IRC plugin: custom post-build message
-
- Open
-
I can implement this. But there's one problem: the build start notification of the instant-messaging plugins is running before the build name setter plugin gets the chance to set the build name.
So the name reported at build start is always the default name, while the one on build end is the customized name.
I'm currently musing if this isn't a too confusing behaviour for users.