Re: Renaming a plugin

2023-01-02 Thread 'Daniel Beck' via Jenkins Developers
On Fri, Dec 30, 2022 at 7:51 AM Marit M wrote: > I changed the name, and I would still like to change the *artifactId *as > well. > Please advise the steps that should be taken. > You shouldn't, see https://github.com/jenkins-infra/repository-permissions-updater#changing-plugin-id If you _reall

Re: Renaming a plugin

2022-12-29 Thread Marit M
I changed the name, and I would still like to change the *artifactId *as well. Please advise the steps that should be taken. Thanks, Marit. ב-יום רביעי, 28 בדצמבר 2022 בשעה 18:51:41 UTC+2, ga...@gavinmogan.com כתב/ה: > If it has spaces it's just the pretty name. > > You can rename it with the

Re: Renaming a plugin

2022-12-28 Thread 'Gavin Mogan' via Jenkins Developers
If it has spaces it's just the pretty name. You can rename it with the section of pom.xml then do a new release On Wed, Dec 28, 2022, 4:18 AM Marit M wrote: > I'm pretty sure that the plugins have no users. > > Can you please guide how to do it, or maybe make the necessary changes in > a diffe

Re: Renaming a plugin

2022-12-28 Thread Marit M
I'm pretty sure that the plugins have no users. Can you please guide how to do it, or maybe make the necessary changes in a different branch? The plugins that needs to be changed are: - BMC DevOps for CFA > *BMC AMI DevOps for Application Checkpoint Analysis - *0 installs - BMC

Re: Renaming a plugin

2022-12-21 Thread Alexander Brandes
Great idea! I rejected PRs attempting to modify their path before. I submitted https://github.com/jenkins-infra/repository-permissions-updater/pull/3047 to make it obvious that altering specific components is highly discouraged. On Wednesday, 21 December 2022 at 17:45:20 UTC+1 jgl...@cloudbees.

Re: Renaming a plugin

2022-12-21 Thread 'Jesse Glick' via Jenkins Developers
On Sun, Dec 18, 2022 at 7:47 AM Alexander Brandes wrote: > take a look at the RPU documentation > > how > to do that. > I think this doc should be made to emphasize that you *really really* should not ever do t

Re: Renaming a plugin

2022-12-18 Thread Alexander Brandes
Hey, take a look at the RPU documentation how to do that. Best, Alex On Sunday, 18 December 2022 at 11:09:59 UTC+1 mar...@gmail.com wrote: > Hello, > > Is there a way to rename a plugin after it's already pu

Re: Renaming a plugin - which steps to take?

2016-02-08 Thread Martin Weber
Am Sonntag, 7. Februar 2016, 21:15:34 schrieb Baptiste Mathus: > 2016-02-07 18:20 GMT+01:00 Martin Weber : > > Hi, > > I want to renamed my plugin to let its name reflect the recently added > > features. (cmakebuilder-plugin --> CMake-plugin). @Jesse & @Baptiste: Thanks for the clarification. So I

Re: Renaming a plugin - which steps to take?

2016-02-08 Thread Jesse Glick
On Sun, Feb 7, 2016 at 12:20 PM, Martin Weber wrote: > Changing the plugin ID (in the pom). Will that affect automatic updates? Yes; you cannot ever do this, unless and until a feature to support renames is added to the Jenkins plugin manager. -- You received this message because you are subscr

Re: Renaming a plugin - which steps to take?

2016-02-07 Thread Baptiste Mathus
2016-02-07 18:20 GMT+01:00 Martin Weber : > Hi, > I want to renamed my plugin to let its name reflect the recently added > features. (cmakebuilder-plugin --> CMake-plugin). > > Which steps do I have to take and what are the risks? > > 1) Rename plugins wiki page: Does that break any links inside t