forked from aws/aws-sam-cli-pipeline-init-templates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.yaml
27 lines (27 loc) · 881 Bytes
/
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
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
provider: bitbucket-pipelines
location: Bitbucket-Pipelines/two-stage-pipeline-template