-
Notifications
You must be signed in to change notification settings - Fork 2
/
test.yaml
35 lines (35 loc) · 869 Bytes
/
test.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
pipeline:
name: test
identifier: test
projectIdentifier: test
orgIdentifier: default
tags: {}
stages:
- stage:
name: FF
identifier: FF
description: ""
type: FeatureFlag
spec:
execution:
steps:
- step:
type: ShellScript
name: ShellScript_1
identifier: ShellScript_1
spec:
shell: Bash
onDelegate: true
source:
type: Inline
spec:
script: echo 1
environmentVariables: []
outputVariables: []
timeout: 10m
variables:
- name: pipeline
type: String
description: ""
required: false
value: <+input>