jenkinsci / jenkinsci/parameterized-trigger-plugin
[JENKINS-60561] Issue with string parameter
- Dominant language
- Java
- Stars
- 77
- Forks
- 174
- Avg merge
- 22h 27m
- Merged PRs (30d)
- 1
Description
There is a bug in the parameterized plugin, Let say I use the string parameter and enter the name as Password or pwd then after I add any default value and description. But when I print that variable using execute shell in the Build section.
Just like :
echo $Password
echo $pwd**
Getting blank ** value nothing is printed on the console
---
Originally reported by yashdevops, imported from: Issue with string parameter
Raw content of original issue
There is a bug in the parameterized plugin, Let say I use the string parameter and enter the name as Password or pwd then after I add any default value and description. But when I print that variable using execute shell in the Build section.
Just like :
echo $Password
echo $pwd**
Getting blank ** value nothing is printed on the console
- environment:
Parameterized Plugin: version 2.36
2 attachments
- [Screenshot 2019-12-21 at 12.06.29 AM.png](https://issues.jenkins.io/secure/attachment/49847/Screenshot%202019-12-21%20at%2012.06.29%20AM.png)
> 
- [Screenshot 2019-12-21 at 12.07.43 AM.png](https://issues.jenkins.io/secure/attachment/49846/Screenshot%202019-12-21%20at%2012.07.43%20AM.png)
> 
Contributor guide
Assessment
This issue has not been assessed yet.