For anyone else that stumbles across this question, I figured it out. I
used the following code snippet to ensure the Jenkins pipeline waits until
it sees the artifact before completing the pipeline run so that if any
downstream jobs see the success, they can assume that the artifact is
readily
Hi,
We are using the Jenkins archiveArtifacts step with the Azure Artifact
manager plugin to store our artifacts in an Azure storage account.
When we archive large artifacts using the archiveArtifacts step, it takes
~15 minutes for our artifacts to be uploaded and visible on Jenkins.
However,