-
Improvement
-
Resolution: Unresolved
-
Minor
-
None
We use local, read-only mirrors at our development sites around the globe. When a repo is cloned from a mirror, the first step is to set the git push-url to the primary server. It would be much better if this could be done during the repo creation phase. It would need to be in the repo section (not additional behaviors) as more than one repo might be involved in a build..
Forgot to mention. I am trying to use the git plugin to pre-build merge 2 branches into a third branch in a Matrix job.. This appears to require 2 builds. I will need to push the changes from the first build if it's successful. I can set the push-url during the axis builds but not in the parent build unless I do it in a post-build step. It would just be a lot cleaner if it could be done right up front.