kevinburke / doony

UI Improvements for Jenkins
http://doony.org
Other
970 stars 116 forks source link

package doony as a jenkins plugin #79

Closed ndeloof closed 9 years ago

ndeloof commented 9 years ago

This will let more user experiment doony on their jenkins instance as this one will be available on update center. This doesn't prevent UI improvements to be later included into jenkins-core

kevinburke commented 9 years ago

Whoa, I had no idea it was this easy. Do I need to tag a 1.0-SNAPSHOT?

ndeloof commented 9 years ago

When you consider doony ready for general use (or beta testing), just run mvn:release mvn:perform to get it deployed on jenkins Update Center. Can do it for you if you wish (can even ask jenkins.ci.cloudbees.com to do it for you :P)

kevinburke commented 9 years ago

@ndeloof If you'd like to do it that would be awesome! Or if there's a Make target that could be added to do it, that'd be great too.