Skip to content

Commit 48b3aef

Browse files
committed
pipeline2 from git example
1 parent b89e3e2 commit 48b3aef

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

examples/pipeline2-git.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
name: new-pipeline
2+
account: 59d33c4e9f75220a3710b2ee
3+
metadata:
4+
labels:
5+
repo: github:ArikMaor/ping-server
6+
spec:
7+
triggers:
8+
- type: scm
9+
repo: ArikMaor/ping-server
10+
events: [push, pullrequest]
11+
branchRegex: '.'
12+
contexts: ['lala']
13+
variables:
14+
- key: PORT
15+
value: 3000
16+
encrypted: false
17+
- key: PAPA
18+
value: BLA BLA
19+
encrypted: true
20+
source:
21+
location: git
22+
repo: ArikMaor/ping-server
23+
path: codefresh.yml
24+

0 commit comments

Comments
 (0)