Relative Content

Tag Archive for azureazure-pipelines

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 : 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