Skip to content

Commit 3fd67e5

Browse files
committed
url from pipeline example
1 parent a5d5297 commit 3fd67e5

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

examples/pipeline2-url.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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: url
22+
url: https://raw.githubusercontent.csom/ArikMaor/ping-server/master/codefresh.yml

0 commit comments

Comments
 (0)