Category: Pipeline as code

BLOG

Securely Managing Artifacts in CI/CD Pipelines

Securely Managing Artifacts in CI/CD Pipelines

“Artifacts” are the byproducts generated via your Continuous Integration (CI) pipelines during the build process. These artifacts are compiled code (binaries) or packaged in the shape of a container image that is ready to be deployed to a server.

Read more »
Representation of CI/CD Pipeline Security with a padlock

DevSecOps & CI/CD pipelines

Are you struggling to grasp the intricacies of DevSecOps CI/CD pipelines? Seeking comprehensive insights on how to balance speed and security in your software development journey? Look no further.

Read more »
ci cd definition

What is CI/CD and how to apply it in your organization?

By Gologic with the collaboration of Alexandre Couëdelo. Continuous integration (CI) and Continuous deployment (CD) are the core practices you will need to master in order to achieve a successful DevOps transformation. In this article, you will learn the CI/CD definition and what needs to be done to prepare your

Read more »
Continuous Integration DevOps

Continuous Integration in DevOps: Definition, Methods, and Tools

Continuous integration (CI) is a key element of DevOps. Designed to automatically test the quality of the code during application updates, it facilitates and accelerates the work of the developers while ensuring better collaboration within the teams. Would you like to learn more about continuous integration in DevOps? The expert consultants from Gologic inform you

Read more »
DevOps tools

The Essential DevOps Tools

These days, DevOps is a vital practice for organizations. This movement is the result of close collaboration between the development and system operations teams. The DevOps culture continues to grow in importance. But to achieve such a performance, you need to know how to outfit yourself with the right DevOps

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 »