Details
-
Type:
Bug
-
Status: Open (View Workflow)
-
Priority:
Major
-
Resolution: Unresolved
-
Component/s: active-choices-plugin
-
Labels:None
-
Similar Issues:
Description
There are some Jenkins jobs with the Active Choices Reactive Parameter list. This list if dynamic list and the values are from the Database table and its is working fine most of the times.
Sometimes, this list is showing empty. If Configure button is clicked followed by apply -> save without changes , its working fine.
The operations apply -> save changes the contents of the config.xml file. The main differences are , the before changes config.xml have <classpath/> and no <projectName> element.
Attached is for your reference.
Here are the versions:
Jenkins (2.150.3)
Active Choices Plug-in (2.1)
The same issue is happening for the ACs which are querying the artifactory to get the list of artifacts.
I do have same script for the fallback. The script is working fine if I click on apply -> save without changes.
The issue is happening only if there are any changes to the groovy script which may not be related to the ACs.
Thanks