This repository was archived by the owner on Apr 20, 2022. It is now read-only.

Description
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.