Skip to content

Commit

Permalink
Automated push - build 1562 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
CircleCI committed Mar 24, 2019
1 parent 36d1dc2 commit 07c9ac4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions docs/pipeline/index.html
Expand Up @@ -814,9 +814,8 @@


<h1 id="pipeline">Pipeline</h1>
<p>There are <a href="https://blog.overops.com/jenkins-vs-travis-ci-vs-circle-ci-vs-teamcity-vs-codeship-vs-gitlab-ci-vs-bamboo/">countless options</a> 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.</p>
<p>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&rsquo;s quite a platform.</p>
<p>There are three workflows:</p>
<p>There are <a href="https://blog.overops.com/jenkins-vs-travis-ci-vs-circle-ci-vs-teamcity-vs-codeship-vs-gitlab-ci-vs-bamboo/">countless options</a> for CI/CD tool, and all of them will suit all of your needs. I already work with GitLab CI/CD and Travis is quite popular so I chose to try this because I thought it faster to learn and I fancy the UI.<br />
There are three workflows:</p>
<ul>
<li><strong>development_commit</strong>: Commits to branch develop;</li>
<li><strong>staging_commit</strong>: Commits to release or master branches;</li>
Expand Down

0 comments on commit 07c9ac4

Please sign in to comment.