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)
How to get Github Labels from Pull Request - Azure Pipelines
I am trying to read Github labels from Pull Requests as I want to run certain Azure pipeline tasks only if a label bug is present on the Pull Request.
Currently, I have as follows:
steps:
- bash: |
...
rsram312
Votes: 0
Answers: 0
Azure Pipelines - how to choose runtime parameters from combos filled by system API calls?
When I write a YAML pipeline, I can obtain that start values are chosen from a collection of static values specified by me (provided they are at least four):
Those values become available from a comb...
Marco Faustinelli
Votes: 0
Answers: 0
Use query-time variables in pipeline YAML
I have set up a pipeline with variables users can enter using the UI like this:
UI for userinput of variable called 'forceRelease'
I now want to use this variable in the pipeline yaml inside an if-sta...
Dirk G.
Votes: 0
Answers: 1
How to set or inject an arbitrary file list of environment variables in an Azure Pipeline
I'm porting some Jenkins builds to Azure Pipelines. One of the port sets involves an arbitrary list of environment variables that constantly changes. In Jenkins I just run an injection script to run o...
kayleeFrye_onDeck
Votes: 0
Answers: 3