Cloud Zone

Cloud Zone

Follow
homeCloudGoProxyCI/CDnuwabadges
Series

CI/CD

Continuous Integration and Continuous Delivery

Articles in this series

Tekton CI/CD Part 4: Running test with docker compose on Pipelines

Apr 2, 20223 min read

Tekton Pipelines advanced use case · The example is based on the previous blog - Running tests with Docker Compose on Cloud Build Based on the example...

Tekton CI/CD Part 4: Running test with docker compose on Pipelines

Tekton CI/CD Part 3: Building custom Interceptor for Triggers

Mar 31, 20224 min read

Trigger pipeline based on path changes from last commit · On previous post, we have built Triggers that will react to push events. Problem However, if...

Tekton CI/CD Part 3: Building custom Interceptor for Triggers

Tekton CI/CD Part 2: Run Pipelines on code change with Triggers

Mar 26, 20223 min read

On the previous post, we have built Pipelines to build images. In this post we will use Trigger to watch for Git events, to trigger Pipelines on git...

Tekton CI/CD Part 2: Run Pipelines on code change with Triggers

Tekton CI/CD Part 1: Building image with Pipelines

Mar 15, 20225 min read

What is Tekton Tekton is an open-source project from the Continuous Delivery Foundation for creating CI/CD systems from You might wonder what is...

Tekton CI/CD Part 1: Building image with Pipelines

Running tests with Docker Compose on Cloud Build

Oct 17, 20215 min read

Why run tests with Docker Compose Running integration testing is very important in software development. It gives you confidence in the correctness of...

Running tests with Docker Compose on Cloud Build