Skip to content

Commit a7ee218

Browse files
committed
Update pipeline Test functional by framework - multisteps
1 parent 44933a0 commit a7ee218

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.harness/test_functional_by_framework_multisteps.yaml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,10 @@ pipeline:
1515
- name: target_repo
1616
type: String
1717
value: <+pipeline.variables.target_repo>
18-
- name: target_repo_branch
18+
- name: target_repo_source_branch
19+
type: String
20+
value: <+pipeline.variables.source_branch>
21+
- name: target_repo_target_branch
1922
type: String
2023
value: <+pipeline.variables.target_branch>
2124
- name: envs_parent_folders
@@ -230,6 +233,11 @@ pipeline:
230233
required: true
231234
value: <+input>
232235
- name: target_branch
236+
type: String
237+
description: Target branch (master, release/10.2)
238+
required: false
239+
value: <+input>
240+
- name: source_branch
233241
type: String
234242
description: ""
235243
required: false

0 commit comments

Comments
 (0)