You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This seems really weird, the code that generates the status message simply asks the project for its name and the build for its display name and concatenates them. Has it only started happening with recent versions of jenkins?
Sorry I can't answer that, I've never used Jenkins before. I'm running v1.409.3. I know that when I had a vanilla project setup it did report the name properly. It seems to just be when using multi-config projects.
Apologies for the delayed response, any chance you could modify line 113 of CampfireNotifier.java, changing build.getProject().getName() to build.getProject().getDisplayName() and see it it makes any difference? I had a look at the jenkins code a couple of days ago and concluded that might work, but exactly why I came to that conclusion I honestly forget (it's been a busy week).
Instead of including the job name in the campfire messages the multi-configuration parameters are sent. For example:
The text was updated successfully, but these errors were encountered: