Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Not A Defect
-
Jenkins: 2.259
Active Choices Plugin: 2.5
Scriptler: 3.1
Description
After updating to the Active Choices Plugin 2.5, any parameters that use a scriptler script are no longer populated with values. If I copy the script directly into the parameter as a groovy script, everything works as expected.
Hi Mike,
The 2.5 release includes two security fixes. In one of them, we are making sure scripts are now properly evaluated by the script-security-plugin.
What I suspect is happening in your case, is that the parameters are using Scriptler scripts that need to be approved (as per script-security-plugin docs) so that the parameters will work.
Bruno