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

Fixing an incorrect pattern match target (in name/label replacement in the URL) #8

Merged
merged 1 commit into from
Sep 20, 2014

Conversation

pjquirk
Copy link
Contributor

@pjquirk pjquirk commented Oct 31, 2013

The code as before would look for "%name%" in the label (which is the
CSV column header) and replace it with the label again, and then make
that the URL. This makes no sense.

This change makes the code work with what I believe the intention of the
pattern matching was.

The code as before would look for "%name%" in the label (which is the
CSV column header) and replace it with the label again, and then make
that the URL.  This makes no sense.

This change makes the code work with what I believe the intention of the
pattern matching was.
@cloudbees-pull-request-builder

plugins » plot-plugin #3 UNSTABLE
Looks like there's a problem with this pull request

@pjquirk
Copy link
Contributor Author

pjquirk commented Oct 31, 2013

This is missing test coverage (it seems a lot of things are). The test that is failing supplies a null URL. I'm not a Java developer and I have no environment to test this on, so I have to leave it to the community to resolve the tests.

@ericbn
Copy link
Member

ericbn commented Oct 31, 2013

pjquirk, I will check that. Thank you for reporting!

If you want, you can also open an issue at https://issues.jenkins-ci.org/browse/JENKINS/component/15564

@jenkinsadmin
Copy link
Member

Thank you for a pull request! Please check this document for how the Jenkins project handles pull requests

@JeroenVdb
Copy link

Would be really nice to see this bug fixed! Can someone complete this pull request? Not a Java developer myself.

@pjquirk
Copy link
Contributor Author

pjquirk commented Sep 19, 2014

I forgot to mention the original question from Stack Overflow

ericbn added a commit that referenced this pull request Sep 20, 2014
Fixing an incorrect pattern match target (in name/label replacement in the URL)
@ericbn ericbn merged commit 3161ab1 into jenkinsci:master Sep 20, 2014
@JeroenVdb
Copy link

Thanks @ericbn and @pjquirk! Is there an ETA on the next release?

@ericbn
Copy link
Member

ericbn commented Sep 23, 2014

@JeroenVdb, I hope to release a new version by the weekend.

@marob marob mentioned this pull request Feb 9, 2015
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

Successfully merging this pull request may close these issues.

5 participants