File tree Expand file tree Collapse file tree 2 files changed +13
-8
lines changed
pipelines/test_functional_by_framework_multisteps/input_sets Expand file tree Collapse file tree 2 files changed +13
-8
lines changed Original file line number Diff line number Diff line change 11inputSet :
22 name : default_on_pr_input
3+ tags : {}
34 identifier : default_on_pr_input
45 orgIdentifier : Custom_Models
56 projectIdentifier : datarobotusermodels
@@ -10,6 +11,9 @@ inputSet:
1011 type : String
1112 value : datarobot-user-models
1213 - name : target_branch
14+ type : String
15+ value : <+trigger.targetBranch>
16+ - name : source_branch
1317 type : String
1418 value : <+trigger.sourceBranch>
1519 - name : envs_parent_folders_to_include
@@ -18,10 +22,3 @@ inputSet:
1822 - name : force_requirements_upgrade
1923 type : String
2024 value : " false"
21- properties :
22- ci :
23- codebase :
24- build :
25- type : PR
26- spec :
27- number : <+trigger.prNumber>
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments