Using CI/CD tools to create pipelines.
Table of Contents
Documentation and Reference
- My concourse cheat sheet
- My gitlab cheat sheet
- This repos github webpage built with ????????
-
concourse-pipeline-simple-example
A simple concourse pipeline using just a pipeline.yml file.
-
A concourse pipeline example that show task steps and how concourse handles artifacts. It uses a github repo and separates the task steps and script files. This should be your goto example to understand concourse.
-
concourse-pipeline-test-build-push-dockerhub
A concourse pipeline that tests, builds and pushes a docker image to dockerhub.
-
gitlab-pipeline-simple-example
A simple gitlab pipeline using just a .gitlab.yml file.
-
A gitlab pipeline example that show task steps and how gitlab handles artifacts. It uses a github repo and separates the task steps and script files. This should be your goto example to understand gitlab.
-
gitlab-pipeline-test-build-push-dockerhub
A gitlab pipeline that tests, builds and pushes a docker image to dockerhub.