python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Variable values are empty after stages following the first
I'm trying to access a variable from one stage in multiple consecutive stages.
In the first stage the variable has the correct value, but in all the following stages it becomes an empty string.
See al...
Gab
Votes: 0
Answers: 1
Stage of pipeline gets skipped even tho it doesnt have any conditions
Guys
Im currently working on an azure devops yaml pipeline, and i have a weird problem.
For some reason on of my stages (marked in red) gets skipped, even tho it doesnt have any conditions definded.
...
Lumberjack
Votes: 0
Answers: 2
Forking two stages back into one azure pipeline
I'm currently working on a azure devops yaml pipeline.
The structure of the pipeline looks something like this:
As you can see I have multiple "forks" and in one case I want to bring the &q...
Lumberjack
Votes: 0
Answers: 1
For Azure DevOps "pipelines" resource, what is the intended use and set-up of "resources: pipelines: pipeline: tags:"?
We are trying to figure out what is the intended use/behavior/set-up of tags defined in the Azure DepOs docs Define a pipelines resource.
We have a build pipeline that has the following task at the ve...
cResults
Votes: 0
Answers: 1