Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

multi-configuration projects report strangely #14

Open
jwulff opened this issue Nov 22, 2011 · 3 comments
Open

multi-configuration projects report strangely #14

jwulff opened this issue Nov 22, 2011 · 3 comments

Comments

@jwulff
Copy link

jwulff commented Nov 22, 2011

Instead of including the job name in the campfire messages the multi-configuration parameters are sent. For example:

RVM_VERSION=ruby-1.9.2 #9 "add bcrypt-ruby gem, needed now explicitly in ... - johnw": success

@mmrwoods
Copy link
Owner

Hi,

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?

Mark

@jwulff
Copy link
Author

jwulff commented Nov 23, 2011

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.

@mmrwoods
Copy link
Owner

Hi,

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).

Mark

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants