-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
Jenkins Core: 2.236
Job DSL plugin version; 1.77
Configuring parameter of type "password" is no longer available out-of-the-box with the DSL plugin.
https://jenkinsci.github.io/job-dsl-plugin/#method/javaposse.jobdsl.dsl.jobs.WorkflowJob.parameters
Likely related to the security hardening:
Configuration via the configure method is likely a possible workaround, but you'd need to encrypt the password as Secret.
This works as expected with Jenkins Core 2.235
- is related to
-
JENKINS-57435 Cannot configure SSH credentials via Job DSL
- Resolved