Sudden errors with pipelines and artefacts: Can't download artifacts from other pipelines

Copper Contributor

Hi,


since today I'm experiencing issues with the DownloadArtifactPipeline suddenly.
What we do is basically downloading an artifact from a different pipeline.

##[error]No builds currently exist in the pipeline definition supplied.

This is strange because it worked flawlessly before, has something changed with this task?
Or have someone experienced the same issue before

- task: DownloadPipelineArtifact@2
displayName: 'Download Pipeline Artifact'
inputs:
source: 'specific'
project: 'xxxx'
pipeline: '2303'
buildVersionToDownload: 'latestFromBranch'
branchName: 'refs/heads/main'
path: '$(Pipeline.Workspace)/stages'
0 Replies