nexus-scripting-examples
nexus-scripting-examples copied to clipboard
Sample scripts that use NXRM's scripting interface
https://github.com/sonatype-nexus-community/nexus-scripting-examples/blame/b70f696b30120f653c4bebb62c0db8e033335b31/apidocs/index.html#L6
How do we add existing cleanup policy while creating repository in this example? https://github.com/sonatype-nexus-community/nexus-scripting-examples/blob/c0064099f6c5e5f17f92d69b9e78652c6ce3f915/nexus-script-example/src/main/groovy/maven.groovy
Hi, I'm not sure if this is the right place to submit this bug. The description for the api endpoint /beta/repositories/nuget/proxy in /admin/system/api is incorrect. The parameter is of type...
I want to change the realms using script but failed. I have no idea how to update the realms using script. Here is the code i used. Please have some...
I need an API to update a existing docker group. I want to add newly created Docker hosted repo to existing docker group
Preparing to download artifact org.jboss.resteasy#resteasy-jaxb-provider;3.1.3.Final!resteasy-jaxb-provider.jar org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed: General error during conversion: Error grabbing Grapes -- [download failed: com.google.guava#guava;21.0!guava.jar(bundle), download failed: org.slf4j#jcl-over-slf4j;1.7.25!jcl-over-slf4j.jar] java.lang.RuntimeException: Error grabbing Grapes -- [download failed: com.google.guava#guava;21.0!guava.jar(bundle),...
repository.createMavenProxy('sbt-release-proxy','https://repo.scala-sbt.org/scalasbt/sbt-plugin-releases/', BlobStoreManager.DEFAULT_BLOBSTORE_NAME, true, VersionPolicy.RELEASE, LayoutPolicy.PERMISSIVE); I was able to set layout policy permissive only using groovy and not with shell