-
Bug
-
Resolution: Unresolved
-
Critical
-
None
After upgrading from 1.625.3 the parameters defined in the abstract project no longer works.
Steps to reproduce:-
- Create an inheritance project. Set a inheritable parameter with name "parameter1" and value "if you see this then it is working"
- Add an execute shell and write "echo ${parameter1}"
- Mark the project as "is abstract project"
- Save the project with name "BASE-execution"
- Create another inheritance project and name it "Main-Project" . Set parent project as "BASE-execution".
- Save the project and execute "Main-Project" . Check the console output. blank echo will be displayed.