You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 20, 2022. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: