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
- Host: GitHub
- URL: https://github.com/jpmcb/ci-cd-research
- Owner: jpmcb
- Created: 2019-07-23T22:45:20.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-25T17:04:06.000Z (almost 7 years ago)
- Last Synced: 2024-05-01T16:54:23.253Z (about 2 years ago)
- Language: Go
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`