Remove triggering-pipelines-from-pipelines
article thumbnail

Using child pipelines in GitLab

Xebia

Child pipelines in GitLab allow you to create more streamlined and reusable behaviour. They are separate pipelines that are triggered from a parent pipeline. Why use child pipelines? When a normal pipeline runs, all the code of the files you included gets dumped into.gitlab-ci.yml.

Testing 130
article thumbnail

Using multi-project pipelines in GitLab

Xebia

I previously wrote about using child pipelines in GitLab , but there’s another kind of pipeline called a multi-project pipeline that allows you to control multiple separate repositories from a single source. But, there might be times when you need to synchronize updates from several repositories.

Testing 130
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

article thumbnail

Scaling up: bringing your Azure Devops CI/CD setup to the next level ?

Xebia

Introduction Azure DevOps pipelines are a great way to automate your CI/CD process. In this blog post, we will show you how you can scale up your Azure DevOps CI/CD setup for reusability and easy maintenance. Your typical DevOps pipeline A typical DevOps pipeline is placed inside the project repository.

Azure 162
article thumbnail

How I use Gitlab – multi-project pipelines for Cypress E2E testing

Xebia

Note to self: creating a blog about why I love Gitlab so much. So this blog contains a note to self: share with my future self and the world some boilerplate about setting up a multi-project pipeline in Gitlab which at the end drives my Cypress Integration (or E2E) test. trigger : project : " joelgrimberg/frontend-service".

Testing 130
article thumbnail

Continuous deployment for Artifact Registry container images

Xebia

Therefore, this blog shows how to configure a continuous deployment pipeline for container images. Suppliers publish container images to trigger application deployments. Cloud Build triggers. Simply configuring a trigger for Pub/Sub events suffices. Image by Pexels from Pixabay. Target implementation.

Cloud 130
article thumbnail

Continuous deployment for Artifact Registry container images

Xebia

Therefore, this blog shows how to configure a continuous deployment pipeline for container images. Target implementation Suppliers publish container images to trigger application deployments. Cloud Build triggers Pub/Sub easily integrates with Cloud Build. Simply configuring a trigger for Pub/Sub events suffices.

Cloud 130
article thumbnail

Use Terraform to create ADF pipelines

Xebia

You can take a look at this example from Microsoft which only contains one activity. Now imagine that you have dozens of pipelines with complex activities, several datasets and linked services. An alternative to that would be to use Terraform to deploy ADF pipelines. Prerequisites for Terraform ADF pipelines.