Skip to content

Instantly share code, notes, and snippets.

@mlabouardy
Created January 5, 2019 13:35
Show Gist options
  • Save mlabouardy/4f7925ff7906e90fc25aff6078b8d204 to your computer and use it in GitHub Desktop.
Save mlabouardy/4f7925ff7906e90fc25aff6078b8d204 to your computer and use it in GitHub Desktop.
Create Docker hosted repository on Nexus with Groovy script
import org.sonatype.nexus.blobstore.api.BlobStoreManager;
import org.sonatype.nexus.repository.storage.WritePolicy;
repository.createDockerHosted('mlabouardy', 5000, 443, BlobStoreManager.DEFAULT_BLOBSTORE_NAME, true, true, WritePolicy.ALLOW)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment