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
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
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