I am trying to fetch nexus latest builds as input paramters in jenkins,using nexus3 extended choice parameter for it,
my repository is raw repository hence does not contain groupid and artifactid.
I am able to fetch latest builds but only when I add groupid=* , artifactid=* and packaging=* but in this case i am getting sha1 files and md5 files also along with zip files,i need only zips here but when i add zip in packing text box it says (Working, but no Entries found)
i am expecting to get this filters working atleast packaging filter
created a script for a similar use case, you can modify accordingly, i use this to populate an extended choice parameter:
P.S. Change placeholders accordingly. Please also go through the Nexus API documentation, and you can use postman to test it out for similar use cases.