Global pipeline library error with git parameter with additional 'origin' in ref spec?

2017-10-25 Thread kevmando
Hi, I'm using global pipeline library and git parameter to choose jenkins pipeline script as below. It has worked fine, but it starts to act weirdly today and I'm not sure which plugins cause the issue. I updated several plugins at the same time - actually downloaded updated plugins over a

Can Shared library call another shared library (from /vars to /vars)

2017-04-25 Thread kevmando
Hi, I'm trying to consolidate common steps and stages into shared library under vars folder. (global variable/function) However, I got a problem with this while I'm writing too many small steps in separate groovy files under /vars folder, then try to use them in stage level script. Is it

Active Choices plugin - not found referenced parameter

2017-03-13 Thread kevmando
Hi, I'm trying to use Active Choices plugin to get branch list by repo using github api, but it gives me an error that there is no repo - which is a referenced parameter, which is already defined. In case, I'm using Ubuntu 16.0.4, Jenkins 2.32.2 and Active choices plugin 1.5.3. if