Hello ! I'm Xavier Jouvenot and in this small post, I am going to explain how to automatically detect issues in your YAML file with Circle CI. Self promotion: You can find other articles on computer science and programming on my website 😉 Problematic If you have CI/CD processes or if you want to create… Lire la suite How to automatically detect issues in your YAML file with Circle CI
Étiquette : DevOps
How to automatically detect issues in your YAML file with GitHub Actions
Hello ! I'm Xavier Jouvenot and in this small post, I am going to explain how to automatically detect issues in your YAML file with GitHub Actions. Self promotion: You can find other articles on computer science and programming on my website 😉 Problematic If you have CI/CD processes or if you want to create… Lire la suite How to automatically detect issues in your YAML file with GitHub Actions
How to automatically detect issues in your YAML file with Appveyor
Hello ! I'm Xavier Jouvenot and in this small post, I am going to explain how to automatically detect issues in your YAML file with Appveyor. Self promotion: You can find other articles on computer science and programming on my website 😉 Problematic If you have CI/CD processes or if you want to create some… Lire la suite How to automatically detect issues in your YAML file with Appveyor
How to automatically detect issues in your YAML file with Azure Pipelines
Hello ! I'm Xavier Jouvenot and in this small post, I am going to explain how to automatically detect issues in your YAML file with Azure Pipelines. Self promotion: You can find other articles on computer science and programming on my website 😉 Problematic If you have CI/CD processes or if you want to create… Lire la suite How to automatically detect issues in your YAML file with Azure Pipelines
How to factorize and create reusable processes with Azure Pipelines
Hello ! I'm Xavier Jouvenot and in this small post, we are going to see how to factorize and create reusable processes with Azure Pipelines. Self promotion: You can find other articles on my website 😉 Problematic When creating some processes on Azure Pipelines, you may want to simplify it like you do with code… Lire la suite How to factorize and create reusable processes with Azure Pipelines
How to configure some optional steps in Azure Pipelines
Hello ! I'm Xavier Jouvenot and in this small post, we are going to see how to configure some optional steps in Azure Pipelines. Self promotion: You can find other articles on my website 😉 Problematic When creating a CI/CD pipeline, you may want to trigger some scripts only if some conditions are met. Indeed,… Lire la suite How to configure some optional steps in Azure Pipelines
How to create a multi-platform job on Azure Pipelines
Hello ! I'm Xavier Jouvenot and in this small post, we are going to see how to create a multi-platform job on Azure Pipelines. Self promotion: You can find other articles on my website 😉 Problematic When setting up your continuous integration and delivery environments on Azure Pipelines, or on any CI/CD system, you may… Lire la suite How to create a multi-platform job on Azure Pipelines