Skip to content

Commit 3a03e7d

Browse files
authored
Create inputset main_commit_input_set (#139)
1 parent c89ff0d commit 3a03e7d

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
inputSet:
2+
name: main_commit_input_set
3+
identifier: main_commit_input_set
4+
orgIdentifier: Feature_Flag
5+
projectIdentifier: FFPipelines
6+
pipeline:
7+
identifier: ffgolangserversdk
8+
properties:
9+
ci:
10+
codebase:
11+
build:
12+
type: branch
13+
spec:
14+
branch: main
15+
stages:
16+
- stage:
17+
identifier: Publish_Release_Notes
18+
type: Approval
19+
variables:
20+
- name: release
21+
type: String
22+
value: "false"
23+
- name: pull_request
24+
type: String
25+
value: "false"
26+
object Object: pipeline.properties.ci.codebase

0 commit comments

Comments
 (0)