jenkins-control-plugin
jenkins-control-plugin copied to clipboard
Active Choices Parameter from Groovy Script
Hi,
While building the Job getting from the plugin UI. I'm getting 'Unknown Parameters'. The parameters are fetched from groovy script within the job.
screenshots:
Within Job:
Within Plugin:
Regards, Nitesh
It is expected for plugin. This plugin supports only standard parameters and does not support custom logic from any other plugins (which is realized on browser side or on server side by java code)
Currently there is no support for script or API usage this plugin (see https://issues.jenkins-ci.org/browse/JENKINS-28735)