[Azure Devops] Deploy Pipeline
I have a Multi stage pipeline conditionned like this:
(this is done as a full YAML file)
the idea is to have a normal CI/CD
Thing is ... time to time we want to deploy to env B directly for "experimentation, this would use the artifact that could have been built from the
anybody know how to do that with YAML in azure devops ?
I'm fine creating a dedicated yaml pipeline just for that, but I'm not sure how to do the "pick a build artifact" with YAML
this is what the baseline look like for the YAML:
https://paste.mod.gg/moxtmhagsabb/0
(this is done as a full YAML file)
the idea is to have a normal CI/CD
Thing is ... time to time we want to deploy to env B directly for "experimentation, this would use the artifact that could have been built from the
Build stage maybe the day earlier, we just don't know whenanybody know how to do that with YAML in azure devops ?
I'm fine creating a dedicated yaml pipeline just for that, but I'm not sure how to do the "pick a build artifact" with YAML
this is what the baseline look like for the YAML:
https://paste.mod.gg/moxtmhagsabb/0

