
Expand variables inside macros without parameters and jobs the same way as they are expanded inside macros with parameters and job templates. Make tags behave inside macros without parameters and jobs the same way as they are expanded inside macros with parameters and job templates. Update or fix affected tests. Story: 2010588 Story: 2010963 Story: 2010535 Task: 47394 Task: 49069 Task: 47151 Change-Id: Ie05ae6aa386c62ebbf68dd3e2c7001a4e444a47a
25 lines
839 B
Plaintext
25 lines
839 B
Plaintext
recursive_parameter.yaml:11:3: In project 'sample-project'
|
|
- project:
|
|
^
|
|
recursive_parameter.yaml:7:3: In job template 'sample-job-{param_1}'
|
|
- job-template:
|
|
^
|
|
recursive_parameter.yaml:5:9: Used by param_1
|
|
- '{param_2}-at-globals'
|
|
^
|
|
recursive_parameter.yaml:9:14: Used by param_2
|
|
param_2: '{param_3}-at-template'
|
|
^
|
|
recursive_parameter.yaml:13:14: Used by param_3
|
|
param_3: '{param_4}-at-project'
|
|
^
|
|
recursive_parameter.yaml:16:20: Used by param_4
|
|
param_4: '{param_1}-at-job-spec'
|
|
^
|
|
recursive_parameter.yaml:3:5: While expanding 'param_1'
|
|
param_1:
|
|
^
|
|
recursive_parameter.yaml:5:9: Recursive parameters usage: param_1 <- param_2 <- param_3 <- param_4
|
|
- '{param_2}-at-globals'
|
|
^
|