|
||||||||
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
I can't apply the pull request to the master. It looks like all the changes are already merged. Is it possible or am I doing it wrong?
I'm cloning the repo with:
git clone https://github.com/jenkinsci/parameterized-trigger-plugin.git
Then applying the patch using (using --whitespace=fix because of whitespace errors):
curl https://github.com/jenkinsci/parameterized-trigger-plugin/pull/19.patch | git am --whitespace=fix
Trying to use the master didn't resolve the issue though.