-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPipelinesCD.yaml
61 lines (44 loc) · 1014 Bytes
/
PipelinesCD.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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
resources:
builds:
- build: Spaceworkz
type: Jenkins
connection: MyJenkinsServer
source: SpaceworkzProj
- build: WebApp
type: CircleCI
connection: MyCircleCIConn
source: WebApp.CI
- job: WebDeploymenta
steps:
- downloadBuild: Spaceworkz
name: WebTier1
patterns: '**/*.zip'
resources:
builds:
- jenkins: Spaceworkz
connection: MyJenkinsServer
source: SpaceworkzProj
- circleCI: WebApp
connection: MyCircleCIConn
source: WebApp.CI
- job: WebDeployment
steps:
- downloadBuild: WebApp
name: WebTier2
patterns: '**/*.zip'
#testing
resources:
jenkins:
- name: Spaceworkz
connection: MyJenkinsServer
source: SpaceworkzProj
circleCI:
- name: WebApp
connection: MyCircleCIConn
source: WebApp.CI
- job: WebDeployment
steps:
- downloadJenkins: SpaceWorkz
name: WebTier1
patterns: '**/*.zip'
- downloadCircleCI: WebApp