-
Improvement
-
Resolution: Fixed
-
Minor
-
None
-
jenkins : 1.625.2 LTS
jvm : java HotSpot Server VM 1.8.0_66 64bit
Inorder to maintain the url of bitbucket server(stash) which was required by several jenkins projects , I decided to define url of bitbucket server as a jenkins global property in the system configuration and refer to it later at jenkins project.
The interpolation of global property works fine during the pulling of source code by git plugin.
But it seems that stash notifier plugin can not resolve url which contains jenkins global property, thus any build which have to connect to a global-poperty-contained url will fail when stash notifier attempts to notify the "In progress" status to Bitbucket server.
I hope stash notifier can be able to recognized a url which contains global property in future patch.
- links to