Tag: #ci/cd

BLOG

Representation of CI/CD Pipeline Security with a padlock

DevSecOps & CI/CD pipelines

This series of articles aims to identify the best practices to implement in order to secure your delivery process and your CI/CD pipelines: 0. DevSecOps & CI/CD Pipelines: understand the fundamentals.1. Version Control System Security2. Secure Continuous Integration (CI) Pipelines3. Secure Continuous Delivery (CD) Pipelines By Gologic with the collaboration of Alexandre Couëdelo. Are you

Read more »
Pipeline as code Travis CI

Continuous Deployment with Pipeline as Code – #5 TravisCI

by Benjamin Lallement, DevOps and member of the collective Gologic. Goals Series This article series aims to explore the different tools for doing pipeline as code and deployment. The goal for each article remains the same: checkout GIT source code, compile a JAVA project with Maven, run the tests then

Read more »
Pipeline as code Circle CI

Continuous Deployment with Pipeline as Code – #4 CircleCI

by Benjamin Lallement, DevOps and member of the collective Gologic. Goals Series This article series aims to explore the different tools for doing pipeline-as-code and deployment. The goal for each article remains the same: Checkout GIT source code, compile a JAVA project with Maven, run the tests then deploy the

Read more »
Pipeline as code Concourse

Continuous Deployment with Pipeline as Code – #2 Concourse

by Benjamin Lallement, DevOps and member of the collective Gologic. Goals Series This series of articles explores various tools for executing pipeline-as-code and deployment. The goal for each article remains the same: check out GIT source code, compile a JAVA project with Maven, run the tests then deploy the application

Read more »
Pipeline as code Jenkins

Continuous Deployment with Pipeline as Code – #1 Jenkins

by Benjamin Lallement, DevOps and member of the collective Gologic. Goals Series This article series aims to explore the different tools for doing pipeline-as-code and deployment. The goal for each article remains the same: Checkout GIT source code, compile a JAVA project with Maven, run the tests then deploy the

Read more »