Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Downloading pipeline artifact generated by task fails #108

Open
slushysnowman opened this issue Aug 5, 2022 · 0 comments
Open

Downloading pipeline artifact generated by task fails #108

slushysnowman opened this issue Aug 5, 2022 · 0 comments

Comments

@slushysnowman
Copy link

The dependency check task automatically publishes a pipeline artifact with the name 'Dependency Check' which contains the reports

We want to download this artifact later on in the pipeline - however, upon download we get the following error:

Download from the specified build: #931865
Download artifact to: /home/vsts/work/1/Dependency Check
Using default max parallelism.
Max dedup parallelism: 192
ApplicationInsightsTelemetrySender will correlate events with X-TFS-Session 38932832-ee45-43dc-bd55-5019b73c5004
ApplicationInsightsTelemetrySender did not correlate any events with X-TFS-Session 38932832-ee45-43dc-bd55-5019b73c5004
##[error]Invalid hex string #/35228788/dependency-check (Parameter 'hex')
Finishing: Validate dependency check artifact has been published

My assumption is that this is due to the space in the artifact name (this could be incorrect). I created my own pipeline artifact with the same files and name it 'dependency-check' and was able to download the artifact with no issues.

Potential solutions cloud be:

  • Make it possible to turn off artifact publishing, and let people publish artifacts themselves
  • Change name of published artifact

Alternatively, if someone knows how to get artifact download to work please let me know!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant