What Operating System are you using (both controller, and any agents involved in the problem)?
Ubuntu 24.10
Reproduction steps
extraVars: [
Tony: "true",
Alex: false,
]
As in the example above, whether or not I add quotes to configure it as a string type, it will eventually be interpreted as a Boolean type. Causes the final parameters passed to the script to change from "true" and "false" to "True" and "False"
Expected Results
Correct pass string types "true" and "false"
Actual Results
The final parameters passed to the script to change from "true" and "false" to "True" and "False"
Jenkins and plugins versions report
Environment
```text Paste the output here ```What Operating System are you using (both controller, and any agents involved in the problem)?
Ubuntu 24.10
Reproduction steps
As in the example above, whether or not I add quotes to configure it as a string type, it will eventually be interpreted as a Boolean type. Causes the final parameters passed to the script to change from "true" and "false" to "True" and "False"
Expected Results
Correct pass string types "true" and "false"
Actual Results
The final parameters passed to the script to change from "true" and "false" to "True" and "False"
Anything else?
No response
Are you interested in contributing a fix?
No response