> On 17.10.2016, at 19:24, Sam K <[email protected]> wrote: > > name the pipeline build jobs like this using the build name setter plugin
Just use this in your Pipeline: currentBuild.displayName = 'whatever' No need for a separate plugin. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/DEE6DDE9-416C-48B4-93EA-A59AFEF70D5C%40beckweb.net. For more options, visit https://groups.google.com/d/optout.
