An open API service indexing awesome lists of open source software.

https://github.com/jpmcb/ci-cd-research

A small repo that tries a few different ci-cd tools
https://github.com/jpmcb/ci-cd-research

Last synced: 12 months ago
JSON representation

A small repo that tries a few different ci-cd tools

Awesome Lists containing this project

README

          

# CI-CD Research

### Concourse
- test pipeline found in `concourse.yml`
- Note that you must use the `fly` CLI to set the pipeline. More info on [this here](https://concourse-ci.org/)

### Jenkins
- test pipeline found in `Jenkinsfile`

### Circle CI
- test pipeline found in `.circleci/config.yml`

### Travis CI
- test pipeline found in `.travis.yml`