jenkinsci / nomad-plugin

Nomad cloud plugin for Jenkins
https://plugins.jenkins.io/nomad/
MIT License
56 stars 41 forks source link

make this plugin show up in the list of cloud provider #79

Closed attachmentgenie closed 2 years ago

attachmentgenie commented 3 years ago

Feature Request

Jenkins now has a admin function to add cloud workers, this seems to be based on some sort of label [1], the nomad plugin currently isnt tagged appropriately to show up in this list. Making sure the tag is available would make it easier for folks to find it

[1] http://jenkins.qa.vagrant/pluginManager/available?filter=Cloud+Providers

multani commented 2 years ago

I followed https://www.jenkins.io/doc/developer/publishing/documentation/#labeling-plugins to relabel the repository and added the cloud label, this should mark the plugin as being a "Cloud Provider", at some point (I'm not sure when the update-center gets updated.)

attachmentgenie commented 2 years ago

While testing 0.9.1 shows up correctly in the list of cloud providers, thanks!