Skip to content

Commit

Permalink
Update pipeline.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rcmedeiros committed Mar 24, 2019
1 parent 0452d5c commit cff7286
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mkdocs/pipeline.md
@@ -1,6 +1,6 @@
# Pipeline

There are [countless options](https://blog.overops.com/jenkins-vs-travis-ci-vs-circle-ci-vs-teamcity-vs-codeship-vs-gitlab-ci-vs-bamboo/) for CI/CD tool, and all of them will suit all of your needs. I chose CircleCI just because I thought it faster to learn and I liked the UI.
There are [countless options](https://blog.overops.com/jenkins-vs-travis-ci-vs-circle-ci-vs-teamcity-vs-codeship-vs-gitlab-ci-vs-bamboo/) for CI/CD tool, and all of them will suit all of your needs. I chose CircleCI just because I thought it faster to learn and I fancy the UI.

For this template, I built the pipeline with CircleCI. I already work with GitLab CI/CD and Travis is quite popular so I chose to try this. It pleased me very much the way I can write parameterized jobs and reuse them in different workflows, the different kinds of persistence, and for the clarity of the final Yaml. It's quite a platform.

Expand Down Expand Up @@ -124,4 +124,4 @@ Upon creating a tag matching a previously run *staging_commit*, the package is p

![random_commit](assets/random_commit.png)

For any other commit unrelated to the development, release or master flow (maybe a hotfix, or a merged PR), the random_commit will kick in only to guarantee the reviews, audits and tests.
For any other commit unrelated to the development, release or master flow (maybe a hotfix, or a merged PR), the random_commit will kick in only to guarantee the reviews, audits and tests.

0 comments on commit cff7286

Please sign in to comment.