python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Run both Classic and YAML pipelines in parallel
Is it possible to run both classic and YAML pipeline in parallel?
More context: we are migrating from classic to YAML and want to make sure the switch is smooth. We'd like to run them both for a few r...
user18610347
Votes: 0
Answers: 1
How do I get past "Could not queue the build because there were validation errors or warnings." while automating pipeline creation using az-cli
I am trying to automate rsync pipeline creation using az-cli.
This is the command I am running from a local clone of my repository:
az pipelines create --name my_pipeline --yml-path azure-pipeline.yml...
Rishabh
Votes: 0
Answers: 1
Deployment from multiple branches in Azure Devops yaml pipelines
I want to deploy in my Dev Stage through Development and Feature branch in my YAML pipeline.
With Only Development branch option it is working fine i.e.
trigger:
branches:
include:
- ...
user1037747
Votes: 0
Answers: 1
How to have multiple foreach iteration azurepipeline yaml?
in azuredevops yaml pipeline, can we have nested forloop ? or multiple for loop.
My requirements here is to iterate the pipeline through the mapped variable values and this should be done across envir...
Vowneee
Votes: 0
Answers: 1