rht-labs / labs-ci-cd

👻UNMAINTAINED - A collection of Red Hat Open Innovation Labs CI/CD components
Apache License 2.0
101 stars 70 forks source link

Sonatype Nexus REST API Changes in Version >= 3.8.0 #199

Closed InfoSec812 closed 5 years ago

InfoSec812 commented 6 years ago

The REST API paths in Sonatype Nexus have changed starting with 3.8.0. They have changed from:

/service/siesta/rest/v1/script

To

/service/rest/v1/script

I recommend cutting a release with the Nexus version hard-coded at 3.7.x and then for future versions of this project we use the new REST API paths via a newer version of the configure-nexus role.

sherl0cks commented 5 years ago

resolved in #259