Details
-
Type:
Bug
-
Status: Open (View Workflow)
-
Priority:
Minor
-
Resolution: Unresolved
-
Component/s: parameterized-trigger-plugin
-
Labels:
-
Environment:Parameterized Plugin: version 2.36
-
Similar Issues:
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