.
├── LICENSE
├── bitbucket-pipelines.yml # ci / cd triggers for bitbucket
├── devops
│ ├── qg # quality gate interfaces and implementation
│ │ ├── README.md
│ │ ├── qg-samples
│ │ │ ├── node-lint.sh
│ │ │ ├── python-codestyle.sh
│ │ │ └── python-lint.sh
│ │ ├── qg1.sh
│ │ ├── qg2.sh
│ │ ├── qg3.sh
│ │ └── qg4.sh
│ ├── release # release interfaces
│ │ ├── dev.sh
│ │ ├── preprod.sh
│ │ ├── prod.sh
│ │ └── qa.sh
│ └── terraform # release tool
│ └── envs
│ ├── dev
│ │ ├── dev.tf
│ │ ├── main.tf
│ │ └── variables.tf
│ ├── preprod
│ ├── prod
│ └── qa
└── src # project sources
└── README.md
-
Notifications
You must be signed in to change notification settings - Fork 1
Template for CI/CD projects
License
arno49/cicd_template
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Template for CI/CD projects
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published