Azure Devops Pipeline conditional expression
How can I use loops in condition expression for a task?
Empty Azure pipeline environment variables
I have this pipeline:
How to make a variable hold a pipeline build ID, or default to its latest build
I am currently working on a Azure pipeline that grabs an artifact from another pipeline. Currently, there is a variable set called artifactBuildId that holds the build ID of the run the user would want to grab the artifact from. However, I would like to make it so that, if the variable is never set (so it would be empty), it defaults to grabbing the latest build of the pipeline. Any ideas of where to start with this?
How to make a variable hold a pipeline build ID, or default to its latest build
I am currently working on a Azure pipeline that grabs an artifact from another pipeline. Currently, there is a variable set called artifactBuildId that holds the build ID of the run the user would want to grab the artifact from. However, I would like to make it so that, if the variable is never set (so it would be empty), it defaults to grabbing the latest build of the pipeline. Any ideas of where to start with this?
Azure Pipelines, To run all my existing different pipelines after completion of one source pipeline
I have multiple microservices repos in azure. Each having its individual pipeline.
I want to trigger all microservices (child) pipelines after completion of one source pipeline A.
Pass array values as parameter to azure devops yaml template
We are getting list of pom files dynamically from azure devops yaml pipeline task. We need to pass each pom file as parameter to another yaml template file to build Java application. Can you please help on this??
azure : build pipeline dependent branch
On azure, I have 3 branches : dev, release, master.
I created 3 build pipelines. One per branch. Each pipeline gets the sources from his specific branch and creates each on artefact.
For the deployment, I created 3 release deployment.
All theses pipelines are classic pipeline.
Everything is working great.
But I want to simplify this process.
For these 3 branches, in classic mode, How can I make just ONE build pipeline and ONE release pipeline for this (no 3 build and release pipelines) ? Is is possible ?
Best
Azure Pipelines – Test results run comparison
I have some automated tests that run as part of an azure release pipeline and am trying to compare the results output from one release to another. The overall test summary give a good overall indication of pass rate etc