Summary
Procedure "bar" also has parameter "A". How can procedure bar’s parameter A value match procedure foo’s parameter A value?
Solution
The property sheet formalParameters holds parameter A and the defaultValue property sheet holds the value X in this case.
-
Use ectool to examine the value of the property:
ectool getProperty /projects/Testing/procedures/foo/formalParameters/A/defaultValue
-
Reference the property name as a parameter in another procedure:
$[/projects/Testing/procedures/foo/formalParameters/A/defaultValue]
This article is part of our Knowledge Base and is provided for guidance-based purposes only. The solutions or workarounds described here are not officially supported by CloudBees and may not be applicable in all environments. Use at your own discretion, and test changes in a safe environment before applying them to production systems.