-
Bug
-
Resolution: Duplicate
-
Critical
-
None
Add groovy script to fill the list. If run build manually - script run successfully and list is filling well. But if job runs by timer - fallback script runs.
Using Active Choices Reactive Parameter with 2 Referenced Parameters.
- is duplicated by
-
JENKINS-28735 Supporting Jobs triggered by plug-ins, API and scripts, timer
-
- Reopened
-
Hi Viachaslau!
Thanks for reporting the issue.
At the moment the plug-in is not able to render the parameters without the user interface. The Groovy script is evaluated on the server side, however, the interaction between parameters is done via JavaScript.
What is happening, is that your script is probably being evaluated with default values, and the active choices are not being "linked".
This issue is being marked as duplicate of JENKINS-28735. Feel free to add any comment or suggestions here or on JENKINS-28735.
Thanks again
Bruno