Re: Tool URLs on master vs agent for pipeline jobs

2018-01-26 Thread Justin Vallon
git (itself) allow you to create rewrite rules that let you replace URL prefixes, for either host mapping, or shorthands: [url "https://github.com"/] insteadOf = gh: [url "https://newhost.com";] insteadOf: https://oldhost.com/ [url "https://firewallhost.com";] insteadOf: https://publichos

Re: Tool URLs on master vs agent for pipeline jobs

2018-01-22 Thread Stephen Connolly
On Tue 23 Jan 2018 at 01:32, Guy Knights wrote: > I have a bit of an issue I've run into. I've set up git mirrors in > separate subnets and would like my pipeline jobs to use these mirrors as > the pipeline job source. Until now, we've had a central gitlab repo which > we allowed access to throug

Tool URLs on master vs agent for pipeline jobs

2018-01-22 Thread Guy Knights
I have a bit of an issue I've run into. I've set up git mirrors in separate subnets and would like my pipeline jobs to use these mirrors as the pipeline job source. Until now, we've had a central gitlab repo which we allowed access to through our firewall for each remote subnet. I changed the url