gocd-contrib / gocd-groovy-dsl-config-plugin

Plugin to declare GoCD pipelines and environments configuration using a Groovy DSL
Apache License 2.0
11 stars 13 forks source link

Bug: The plugin does not seem to contain plugin.xml or gocd-bundle.xml #348

Closed asavchkov closed 2 years ago

asavchkov commented 2 years ago

Tried to install dsl-2.1.1-416.jar on the GoCD server Version: 22.2.0 (14697-4bdda4e0d769e66da651926c7066979740bd7ae7). This is the current GoCD version. Got an error:

There were errors loading the plugin

Plugin with ID (dsl-2.1.1-416.jar) is not valid. The plugin does not seem to contain plugin.xml or gocd-bundle.xml

Looking inside the jar I indeed don't see either plugin.xml or gocd-bundle.xml.

chadlwilson commented 2 years ago

That's not the plugin, thats the DSL API jar for people who want code completion to work with locally.

You need to download and install the much larger (file size) one with 'plugin' in the name from the releases page.