jenkins-control-plugin icon indicating copy to clipboard operation
jenkins-control-plugin copied to clipboard

Active Choices Parameter from Groovy Script

Open nitiwari-dev opened this issue 6 years ago • 2 comments

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:

job

Within Plugin:

unknown_paramter

Regards, Nitesh

nitiwari-dev avatar Jun 12 '19 11:06 nitiwari-dev

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)

kool79 avatar Nov 23 '19 01:11 kool79

Currently there is no support for script or API usage this plugin (see https://issues.jenkins-ci.org/browse/JENKINS-28735)

MCMicS avatar May 06 '20 17:05 MCMicS