-
Bug
-
Resolution: Cannot Reproduce
-
Major
-
None
-
all
If you have a parameterized job and if you define the following parameters
$B = foo
$A = $B
if you then execute
echo $B
echo $A you will see
foo
$B
I would expect to see
foo
foo
- is related to
-
JENKINS-11171 RFE: allow parameter references in paramter values
-
- Resolved
-