-
Notifications
You must be signed in to change notification settings - Fork 40
/
manifest.yaml
30 lines (30 loc) · 1 KB
/
manifest.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
providers:
- displayName: Jenkins
id: jenkins
- displayName: GitLab CI/CD
id: gitlab
- displayName: GitHub Actions
id: github-actions
- displayName: Bitbucket Pipelines
id: bitbucket-pipelines
- displayName: AWS CodePipeline
id: aws-codepipeline
templates:
- displayName: Two-stage pipeline
provider: jenkins
location: Jenkins/two-stage-pipeline-template
- displayName: Two-stage pipeline
provider: gitlab
location: Gitlab/two-stage-pipeline-template
- displayName: Two-stage pipeline
provider: github-actions
location: GitHub-Actions/two-stage-pipeline-template
- displayName: Two-stage pipeline
provider: aws-codepipeline
location: AWS-CodePipeline/two-stage-pipeline-template
- displayName: Two-stage pipeline with monorepo
provider: aws-codepipeline
location: AWS-CodePipeline/sam-monorepo-pipeline-template
- displayName: Two-stage pipeline
provider: bitbucket-pipelines
location: Bitbucket-Pipelines/two-stage-pipeline-template