How to get all the artifact names in deploy pipeline?
Tri Nguyen
0
Reputation points
TL;DR: How to get all the artifact names in deploy pipeline?
Hi,
I have multiple branches, and a single generic build pipeline to build their artifacts
artifact name example: TestProject_Feature1Branch_BuildNumber70_Date20240725
I'd like to create a generic deploy pipeline. How can I easily pick which artifact to deploy?
In the deploy pipeline, I could parameterize the artifact name but having to dig into each build artifact to copy & paste the name seems to be annoying. Ideally, I'd like a dropdown with all the artifact names from the build pipeline.
Thank you!
Sign in to answer