We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44933a0 commit a7ee218Copy full SHA for a7ee218
.harness/test_functional_by_framework_multisteps.yaml
@@ -15,7 +15,10 @@ pipeline:
15
- name: target_repo
16
type: String
17
value: <+pipeline.variables.target_repo>
18
- - name: target_repo_branch
+ - name: target_repo_source_branch
19
+ type: String
20
+ value: <+pipeline.variables.source_branch>
21
+ - name: target_repo_target_branch
22
23
value: <+pipeline.variables.target_branch>
24
- name: envs_parent_folders
@@ -230,6 +233,11 @@ pipeline:
230
233
required: true
231
234
value: <+input>
232
235
- name: target_branch
236
237
+ description: Target branch (master, release/10.2)
238
+ required: false
239
+ value: <+input>
240
+ - name: source_branch
241
242
description: ""
243
required: false
0 commit comments