-
Bug
-
Resolution: Unresolved
-
Major
In groovy script in parameter i havent access into Groovy shared library.
I use version 1.5.3 of Active Choices Plugin.
In job workflow works same include.
[JENKINS-46394] active choices reactive parameter cant load shared library
Attachment | New: image-2017-12-01-10-47-13-884.png [ 40558 ] |
Component/s | Original: workflow-cps-global-lib-plugin [ 21714 ] |
Have you tried using the grapes Groovy dependency management?
Then in your Active Choices script you can use the @Grab annotation.
In one of my script I'm using the Http-Builder-ng library for web service calls. In that case the Active Choices script @Grab annotation looks like this.