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 Enterprise support in Blue Ocean

2018-01-26 Thread Ben Kuhl
I'm having this issue as well On Monday, September 18, 2017 at 7:46:54 AM UTC-4, Sangeetha Guhan wrote: > > Hi, > > > > I installed Jenkins 2.7.3.1 in my local and successfully installed all the > plugins required for Blue Ocean support. > > Unfortunately, when I try to create a new pipeline u

Passing Data From Groovy Post Build To Post Build Task Via Global Properties

2018-01-26 Thread santhosh soma
Hi All, I have written groovy script to set the global environment variables as part of the post build groovy step. I could able to the set the properties but the properties are not refreshing by default while running next build. Is there any way to refresh the global properties once we set thr