Older versions of Jenkins used the exact name of the file you were uploading in Plugin Manager ยป Advanced (JENKINS-4543). So if you were e.g. experimenting a bit with different versions of that plugin, all from your Downloads folder (where that's the duplicate naming strategy), this got mirrored in the plugins directory of Jenkins.
I'd note the current plugin version as shown in Jenkins, delete (1) and (2), restart, and verify that the version shown in Jenkins did not change. On 28.01.2014, at 11:18, Maureen Barger <[email protected]> wrote: > Hi - I was just restarting jenkins (running under tomcat) and was > tailing catalina.out. I noticed this entry > INFO: Ignoring /usr/local/jenkins/plugins/copyartifact(1).jpi > because /usr/local/jenkins/plugins/copyartifact.jpi is already loaded > > INFO: Ignoring /usr/local/jenkins/plugins/copyartifact(2).jpi because > /usr/local/jenkins/plugins/copyartifact.jpi is already loaded > > > Looking in my plugins directory I have 3 instances of the copyartifact plugin: > > copyartifact.jpi > > copyartifact(1).jpi > > copyartifact(2).jpi > > > As well as subdirectories > copyartifact > > copyartifact(1) > > copyartifact(2) > > Contents of the directories have the same mod date. > > I am thinking I can remove the (1) and (2) instances and restart. > > Are these remnants of a failed plugin upgrade or are they expected? > > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
