Issue Type: Bug Bug
Assignee: Nicolas De Loof
Components: git
Created: 22/Nov/13 10:58 PM
Description:

I ran into a slight issue. Within my job I had a post build step that conditionally adds a tag and pushes it to origin. That was working until we renamed our git repo and thus changing the URL. I changed the URL in the job config, but the pushing of the tag was failing. The reason was that origin was never updated to the new URL because the builds did not do a new clone and the git plugin does not rely on the origin remote.

Might be a good idea if the origin remote is updated to reflect the current URL.

The workaround is that I need to not rely on origin in my job.

Environment: Any
Project: Jenkins
Priority: Minor Minor
Reporter: Dale King
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