


You should have a “nexus-rundeck-plugin-VERSION” directory with a “nexus-rundeck-plugin-VERSION.jar” file inside it – Unzip the “nexus-rundeck-plugin-VERSION-bundle.zip” file into the “plugin-repository” directory (located in “$NEXUS_HOME/sonatype-work/nexus/plugin-repository”) compatible with Nexus 1.9 and RunDeck 1.1 – Version 1.0 : option provider for version. – Version 1.1 : add option provider for artifactId – Version 1.2 : the option provider for version now includes the date of the version (release) – Version 1.2.2.2 : re-release 1.2, but with a dependence on Nexus 1.9.2.2 (instead of Nexus 1.9) Note that if you want to retrieve the artifact from your RunDeck script, you should use Nexus REST API : – : return a json array with the artifactId of the matching artifacts. – includeRelease : if “true”, will include the special “RELEASE” version before all versions – includeLatest : if “true”, will include the special “LATEST” version before all versions – l : limit – max number of results to return – c : classifier of the artifacts to match (‘sources’, ‘javadoc’, etc) – p : packaging of the artifacts to match (‘jar’, ‘war’, etc) – a : artifactId of the artifacts to match – r : repository ID to search in (null for searching in all indexed repositories) – : return a json array with the version of the matching artifacts. The plugin provides the following new HTTP resources : This is a Nexus plugin that provides an “Option provider” for RunDeck.
