-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
latest version of active-choices-plugin, jenkins controller, job-dsl-plugin.
After 2.6.0 of active-choices-plugin`, the plugin use scriptlerBuilder, and so I added `DataBoundConstructor` on ScriptlerBuilder (https://github.com/jenkinsci/scriptler-plugin/pull/80).
But when I run this job dsl script,
scriptlerScript { scriptlerBuilder { builderId('org.jenkinsci.plugins.scriptler.builder.ScriptlerBuilder') scriptId('TestImageTags.groovy') propagateParams(true) parameters { parameter { name 'PROJECT_NAME' value '$PROJECT_NAME' } parameter { name 'CLOUD_HOST_TYPE' value '$CLOUD_HOST_TYPE' } parameter { name 'PROFILE' value '$TEST_PROFILE' } } } isSandboxed(false) }
there is no parameters in new jobs.
Code is super easy to review, but I was not able to reproduce it. The example here are useful, but they seem to be missing some information so others can reproduce.
Please add a minimal reproducible example so that anyone can either import it (e.g. config.xml), or follow the instructions (e.g. "Install plug-in A, configure this field like this, invoke this job, you should see this, etc.").