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

Just ran into this error. I will attempt restarting the server, but otherwise it's locked up.
Edit:
Alright I restarted my server and it didn't make a difference. I noticed that git was checking out origin/master but when it was building it was referencing origin1/master. I believe this was caused because I added a second git repo and removed it.
The work around was to copy the job to a new one.
Edit 2:
I've been able to recreate this issue by creating a project that checks out from some repo, then in a bash script during the build process, performing a git clone on some other repo (it's crazy, yeah..).