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: GitHub Org/Repo/Branch job cannot poll multiple repos? Missing PollSCM at Org / cannot edit PollSCM at branch

2017-03-01 Thread Justin Vallon
ch job that does not work as expected with workflow-scm-step-plugin (when checkout poll:true); poll-scm-plugin cannot be enabled -Justin On Tue, Feb 28, 2017 at 6:10 PM, Justin Vallon wrote: > I'm talking about PollSCM that enables incoming commit-hooks to trigger > the launching

Re: GitHub Org/Repo/Branch job cannot poll multiple repos? Missing PollSCM at Org / cannot edit PollSCM at branch

2017-02-28 Thread Justin Vallon
I'm talking about PollSCM that enables incoming commit-hooks to trigger the launching of jobs, not "poll scm every 5 minutes". If the Jenkinsfile does an explicit checkout, can't the job record the dependent URLs, and rescan those? I am not asking for a general configuration solution at the job l