Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

CI/CD template

Structure

.
β”œβ”€β”€ 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

About

Template for CI/CD projects

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages