FYI, I was looking at CliGitAPIImpl.java to see what the plugin is doing and tried to resemble its actions as closely as possible. Here are the steps that I think the plugin is doing, and they work fine if I use them in a shell build step:

mkdir sandbox2
git init sandbox2
cd sandbox2
git remote add origin https://github.com/sschuberth/sandbox.git
git fetch
git checkout -f 809ea43fece46bf4995e61ddd9440193db8814fd
git checkout -b master 809ea43fece46bf4995e61ddd9440193db8814fd

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.

Reply via email to