Sublime Forum

Deploy Net Artifact from Nexus with GoCD

#1

I’m trying to use gocd to continuous delivery. My entry point is an artifact published on Nexus repository (It’s a raw type). The artifact is a .Net web project compressed as zipping.

I’ve tried to use these GoCD Training plugins to download this .zip (Selecting Material Package in my pipeline) but without success.

  • go-generic-artifactory-poller.jar
  • go-maven-poller.jar
  • gocd-nuget-poller-plugin-v1.0.3.jar

The problem is these plugins can’t build the HTTP path correctly. I think it’s because these plugins are oriented to Java apps (group, artifact, version).

0 Likes