Ask Your Question
2

How can the ADO pipeline be used to retrieve an artifact that was uploaded but not published?

asked 2022-08-31 11:00:00 +0000

devzero gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
3

answered 2022-03-02 10:00:00 +0000

nofretete gravatar image

To retrieve an artifact that was uploaded but not published using the ADO pipeline, you can use the "Download Pipeline Artifact" task.

Here are the steps to follow:

  1. In your pipeline, add a new step and search for "Download Pipeline Artifact."

  2. Configure the "Download Pipeline Artifact" task by specifying the name of the artifact that was uploaded and the version you want to retrieve.

  3. If the artifact was uploaded from a different pipeline, specify the name of the source pipeline and the name of the source job.

  4. Choose the destination directory where the artifact should be downloaded.

  5. Save and run the pipeline.

The "Download Pipeline Artifact" task will retrieve the artifact from the specified source and version and download it to the destination directory. This way, you can access artifacts that were uploaded but not published.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2022-08-31 11:00:00 +0000

Seen: 1 times

Last updated: Mar 02 '22