Re: How to wait until artifact uploading is complete and available from Jenkins pipeline?

2023-03-01 Thread 'Ian Boudreaux' via Jenkins Users
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

How to wait until artifact uploading is complete and available from Jenkins pipeline?

2023-03-01 Thread 'Ian Boudreaux' via Jenkins Users
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,