225 questions
Hello,
Welcome to Microsoft Q&A,
Yes, you can define the variables and initialize them with the default value in the YAML file. While triggering the pipeline manually, you will be able to override the value.
variables:
poolName: MySelfHostedPool
jobs:
- job: MyJob
displayName: My Job
pool:
name: $(poolName)