cjo9900 commented on Bug JENKINS-16659

Seeing as you can clone the master repo,
there is a pre-merged branch available named 2.17-RC

you should be able to swap to use that using

git checkout -b 2.17-RC remotes/origin/2.17-RC

then do a mvn clean install.

Note: this is under testing so make sure you backup any critical jenkins data first and look at the commit log for it to see if any of the other pull requests cause you issues.

Otherwise have you tried following the merge commands in the pull request itself.

create a branch
pull branch from src repo
merge into current branch.

and for pull 19 this is

git checkout -b wolfs-without-deps master
git pull git://github.com/wolfs/parameterized-trigger-plugin.git without-deps

This will then give you a branch with these changes.

and if you then want that branch merged into master

git checkout master
git merge wolfs-without-deps
git push origin master
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 [email protected].
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Reply via email to