Re: Coexistence of two equal plugins

2017-12-01 Thread Virginia Mesa
Hello, I was testing and discovered that if I created the project from scratch ... and copied the classes, changing the artifactoryid and the DisplayName if I recognized it as another different plugin. From what I understand, that when creating the project some type of identifier will be

Re: Coexistence of two equal plugins

2017-11-30 Thread Baptiste Mathus
It seems to me that even if you manage to rename everything that needs to be, there'll probably still be some form of conflict on that UI part. But hard to be sure without actually checking details. BTW, if you can possibly explain what you're trying to do on which plugin, maybe you'll be able to

Re: Coexistence of two equal plugins

2017-11-29 Thread Robert Sandell
Class full name and artifact id, changing group id has no effect. /B 2017-11-29 4:53 GMT+01:00 Slide : > Please don't double post. > > On Tue, Nov 28, 2017, 16:50 Virginia Mesa wrote: > >> Hi, I modified a Jenkins plugin in which there was a

Re: Coexistence of two equal plugins

2017-11-28 Thread Slide
Please don't double post. On Tue, Nov 28, 2017, 16:50 Virginia Mesa wrote: > Hi, I modified a Jenkins plugin in which there was a drop-down and I > wanted a textbox. Once modified, my idea was to upload this version of > plugin and at the same time keep the previous one

Coexistence of two equal plugins

2017-11-28 Thread Virginia Mesa
Hi, I modified a Jenkins plugin in which there was a drop-down and I wanted a textbox. Once modified, my idea was to upload this version of plugin and at the same time keep the previous one unchanged, so as not to disrupt the execution of other jobs that use it. I have changed the