Skip to content
This repository has been archived by the owner on Apr 20, 2022. It is now read-only.

When using a nexus3 repository, the pipeline will pull old artifacts if there are more than 50 results #149

Open
wsvoorhees opened this issue Mar 1, 2018 · 1 comment

Comments

@wsvoorhees
Copy link

wsvoorhees commented Mar 1, 2018

The API used for finding the latests artifacts in the Nexus3 repository uses pagination for it's results. The pipeline is unaware of this, and so if you have more than a page's worth of artifacts in your search results, you won't necessarily be getting the newest artifacts when you do the deploy step.

Specifically in the 'downloadAppBinaryFromNexus3' function the curl to ${nexusApiSearchUrl} will only return that first page of results.

@marcingrzejszczak
Copy link
Contributor

Hi! It's been some time, sorry about that. Can you point to the exact place you're referring to?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Development

No branches or pull requests

2 participants