I'm looking to implement the changes necessary to provide a display name for MR jobs created by the GitLab Branch Source Plugin.
I believe the change may be useful for other Branch Sources as well, and the creation of the actual Jenkins Job seems to be outside the plugin anyway. Our idea is to have the display name of MR builds like: "${jobName} - ${mrTitle}" aka "MR-1234 - implement fancy new feature X" while the job name would stay the same "MR-1234" The title of the MR is currently shown on hover of the link to the job in the MR list, with a lot of open MRs one cannot search for the right MR in jenkins and thus find the correct build =( Do you recommend to implement this in the GitLab Branch Source Plugin somehow: the current plan is to set the Job display name after branch indexing and webhook processing. Or do you recommend to implement this feature in the scm-api plugin? This is the Issue I want to implement: https://github.com/jenkinsci/gitlab-branch-source-plugin/issues/141 Any pointers appreciated! BR, Christoph -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-dev+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/1b6d7a69-bf93-43cf-938d-620d2bc8ad1cn%40googlegroups.com.