Skip to content
This repository was archived by the owner on Apr 20, 2022. It is now read-only.
This repository was 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

@wsvoorhees

Description

@wsvoorhees

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions