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 a5d5297 commit 3fd67e5Copy full SHA for 3fd67e5
examples/pipeline2-url.yml
@@ -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