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, the archiveArtifacts step completes instantly and does not cause the pipeline to wait until that artifact is visible. This causes issues because other downstream pipelines use the artifacts from that pipeline and because the pipeline is completing successfully and not waiting until the artifact is actually available through Jenkins, the downstream pipelines are failing. TLDR: My question is how can we force this Jenkins pipeline to wait until that artifact is actually visible and available through Jenkins before it completes as successful? Thanks! Ian -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/ab9e4410-78e9-4911-b854-b21dda31a691n%40googlegroups.com.