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 a7ee218 commit 1f7774dCopy full SHA for 1f7774d
.harness/pipelines/test_functional_by_framework_multisteps/input_sets/default_on_pr_input.yaml
@@ -1,5 +1,6 @@
1
inputSet:
2
name: default_on_pr_input
3
+ tags: {}
4
identifier: default_on_pr_input
5
orgIdentifier: Custom_Models
6
projectIdentifier: datarobotusermodels
@@ -10,6 +11,9 @@ inputSet:
10
11
type: String
12
value: datarobot-user-models
13
- name: target_branch
14
+ type: String
15
+ value: <+trigger.targetBranch>
16
+ - name: source_branch
17
18
value: <+trigger.sourceBranch>
19
- name: envs_parent_folders_to_include
@@ -18,10 +22,3 @@ inputSet:
22
- name: force_requirements_upgrade
23
20
24
value: "false"
21
- properties:
- ci:
- codebase:
- build:
25
- type: PR
26
- spec:
27
- number: <+trigger.prNumber>
0 commit comments