Re: How to rename a Jenkins plugin?

2019-10-09 Thread Matt Murphy
I see. That makes sense. Thanks. On Wednesday, October 9, 2019 at 11:34:42 AM UTC-4, Daniel Beck wrote: > > > > > On 9. Oct 2019, at 16:47, Matt Murphy > > wrote: > > > > That's an interesting idea regarding having the new plugin depend on the > old one > > The other way around, so any user

Re: How to rename a Jenkins plugin?

2019-10-09 Thread Daniel Beck
> On 9. Oct 2019, at 16:47, Matt Murphy wrote: > > That's an interesting idea regarding having the new plugin depend on the old > one The other way around, so any users who update the old plugin get the new one as a dependency (it must not be allowed to dynamically load though). -- You re

Re: How to rename a Jenkins plugin?

2019-10-09 Thread Matt Murphy
Thanks for your response. I'll look into using the admin monitor as a way of alerting users about the new plugin. On Wednesday, October 9, 2019 at 9:13:41 AM UTC-4, Tim Jacomb wrote: > > Normally you would update the plugin name in the your pom.xml and do a > release > https://github.com/jenki

Re: How to rename a Jenkins plugin?

2019-10-09 Thread Matt Murphy
Thanks. Unfortunately, the artifactId contains "ibm", so I would like to change that, as well. That's an interesting idea regarding having the new plugin depend on the old one. I'll look into that. On Wednesday, October 9, 2019 at 9:44:25 AM UTC-4, Daniel Beck wrote: > > > > > On 8. Oct 2019,

Re: How to rename a Jenkins plugin?

2019-10-09 Thread Daniel Beck
> On 8. Oct 2019, at 19:01, Matt Murphy wrote: > > I tried searching for steps to accomplish this, but I haven’t found anything. > Is it possible to rename a plugin (including changing the groupId)? Group ID can be changed, just need an update of the permissions YAML file. Display name can

Re: How to rename a Jenkins plugin?

2019-10-09 Thread Tim Jacomb
Normally you would update the plugin name in the your pom.xml and do a release https://github.com/jenkinsci/ibm-asoc-plugin/blob/master/pom.xml#L4 This will update the display name but not the artifact ID, i.e. it will still show up in URLs like the plugin site Other than that I think you need t

How to rename a Jenkins plugin?

2019-10-09 Thread Matt Murphy
I’m the maintainer for the the IBM Application Security on Cloud plugin. The cloud service that this plugin interacts with is no longer owned by IBM, so I’d like to rename the plugin. I don’t want to publish a new plugin with the new nam