jenkinsci / jenkinsci/parameterized-trigger-plugin
[JENKINS-15920] Boolean parameter becomes string
- Dominant language
- Java
- Stars
- 77
- Forks
- 174
- Avg merge
- 22h 27m
- Merged PRs (30d)
- 1
Description
I have a boolean parameter in my job. It is shown as a checkbox on the job 'parameters' page.
When I trigger this job via the Parameterized Trigger plug-in, I set the parameter the following way:
NIGHTLY=true
As a result, the triggered job has the word "true", not the checkbox. See screenshots attached.
---
Originally reported by alex01ves, imported from: Boolean parameter becomes string
Raw content of original issue
I have a boolean parameter in my job. It is shown as a checkbox on the job 'parameters' page.
When I trigger this job via the Parameterized Trigger plug-in, I set the parameter the following way:
NIGHTLY=trueAs a result, the triggered job has the word "true", not the checkbox. See screenshots attached.
4 attachments
- [Screenshot_2018-01-24_07-55-22.png](https://issues.jenkins.io/secure/attachment/41221/Screenshot_2018-01-24_07-55-22.png)
> 
- [Screenshot_2018-01-24_07-56-22.png](https://issues.jenkins.io/secure/attachment/41220/Screenshot_2018-01-24_07-56-22.png)
> 
- [_bad.png](https://issues.jenkins.io/secure/attachment/22871/_bad.png)
> 
- [_good.png](https://issues.jenkins.io/secure/attachment/22870/_good.png)
> 
Contributor guide
Assessment
This issue has not been assessed yet.