[JIRA] (JENKINS-56955) Uninstalling Blueocean Plugin 1.4.0 plugin doesnt resolve dependency errors

2019-04-25 Thread gmo...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Gavin Mogan closed an issue as Fixed  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-56955  
 
 
  Uninstalling Blueocean Plugin 1.4.0 plugin doesnt resolve dependency errors   
 

  
 
 
 
 

 
Change By: 
 Gavin Mogan  
 
 
Status: 
 Open Closed  
 
 
Resolution: 
 Fixed  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-56955) Uninstalling Blueocean Plugin 1.4.0 plugin doesnt resolve dependency errors

2019-04-25 Thread cverbi...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Carl Verbiest edited a comment on  JENKINS-56955  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Uninstalling Blueocean Plugin 1.4.0 plugin doesnt resolve dependency errors   
 

  
 
 
 
 

 
 Ok, thank you for the information. Solved using following steps  by* systemctl stop jenkins.service * mkdir /var/lib/jenkins/badplugins * mv /var/lib/jenkins/plugins/*blueocean* /var/lib/jenkins/badplugins * systemctl start jenkins.service  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-56955) Uninstalling Blueocean Plugin 1.4.0 plugin doesnt resolve dependency errors

2019-04-25 Thread cverbi...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Carl Verbiest commented on  JENKINS-56955  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Uninstalling Blueocean Plugin 1.4.0 plugin doesnt resolve dependency errors   
 

  
 
 
 
 

 
 Ok, thank you for the information. Solved using following steps by 
 
systemctl stop jenkins.service 
mkdir /var/lib/jenkins/badplugins 
mv /var/lib/jenkins/plugins/blueocean /var/lib/jenkins/badplugins 
systemctl start jenkins.service 
  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-56955) Uninstalling Blueocean Plugin 1.4.0 plugin doesnt resolve dependency errors

2019-04-24 Thread db...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Daniel Beck commented on  JENKINS-56955  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Uninstalling Blueocean Plugin 1.4.0 plugin doesnt resolve dependency errors   
 

  
 
 
 
 

 
 

/var/lib/jenkins/plugins/blueocean-config.jpi
 This plugin is installed, just not loaded due to failure to load (which is my guess why it doesn't show on the UI). Remove all .jpi files (and also the now obsolete directories) for plugins you wanted to remove, and it should be fixed after a restart. There may be a core bug here related to batch-uninstalling plugins, but without a reasonable reproduction case I doubt anyone will care enough to address it.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-56955) Uninstalling Blueocean Plugin 1.4.0 plugin doesnt resolve dependency errors

2019-04-24 Thread cverbi...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Carl Verbiest commented on  JENKINS-56955  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Uninstalling Blueocean Plugin 1.4.0 plugin doesnt resolve dependency errors   
 

  
 
 
 
 

 
 Not sure if this helps, some yum and rpm info 

 
# yum list | grep jenkins
jenkins.noarch 2.173-1.1 @jenkins
hudson.noarch  1.395-1.1 jenkins
jenkins.noarch 2.174-1.1 jenkins
python-jenkins.noarch  0.4.14-2.el7  epel
python2-jenkins-job-builder.noarch 1.4.0-3.el7   epel
# rpm -qa | grep jenkins
jenkins-2.173-1.1.noarch
 

 I also did a find for blueocean in the jenkins directory. 

 
find /var/lib/jenkins -name *blueocean*
/var/lib/jenkins/plugins/blueocean-config.jpi
/var/lib/jenkins/plugins/blueocean-core-js
/var/lib/jenkins/plugins/blueocean-core-js/META-INF/maven/io.jenkins.blueocean
/var/lib/jenkins/plugins/blueocean-core-js/META-INF/maven/io.jenkins.blueocean/blueocean-core-js
/var/lib/jenkins/plugins/blueocean-core-js/WEB-INF/lib/blueocean-core-js.jar
/var/lib/jenkins/plugins/blueocean-commons
/var/lib/jenkins/plugins/blueocean-commons/META-INF/maven/io.jenkins.blueocean
/var/lib/jenkins/plugins/blueocean-commons/META-INF/maven/io.jenkins.blueocean/blueocean-commons
/var/lib/jenkins/plugins/blueocean-commons/WEB-INF/lib/blueocean-commons.jar
/var/lib/jenkins/plugins/jenkins-design-language/META-INF/maven/io.jenkins.blueocean
/var/lib/jenkins/plugins/blueocean-pipeline-scm-api.jpi
/var/lib/jenkins/plugins/blueocean-rest-impl.jpi
/var/lib/jenkins/plugins/blueocean-pipeline-scm-api
/var/lib/jenkins/plugins/blueocean-pipeline-scm-api/META-INF/maven/io.jenkins.blueocean
/var/lib/jenkins/plugins/blueocean-pipeline-scm-api/META-INF/maven/io.jenkins.blueocean/blueocean-pipeline-scm-api
/var/lib/jenkins/plugins/blueocean-pipeline-scm-api/WEB-INF/lib/blueocean-pipeline-scm-api.jar
/var/lib/jenkins/plugins/blueocean-rest-impl
/var/lib/jenkins/plugins/blueocean-rest-impl/META-INF/maven/io.jenkins.blueocean
/var/lib/jenkins/plugins/blueocean-rest-impl/META-INF/maven/io.jenkins.blueocean/blueocean-rest-impl
/var/lib/jenkins/plugins/blueocean-rest-impl/WEB-INF/lib/blueocean-rest-impl.jar
/var/lib/jenkins/plugins/blueocean-rest-impl/images/24x24/blueocean.png
/var/lib/jenkins/plugins/blueocean-rest-impl/images/48x48/blueocean.png
/var/lib/jenkins/plugins/blueocean-bitbucket-pipeline
/var/lib/jenkins/plugins/blueocean-bitbucket-pipeline/META-INF/maven/io.jenkins.blueocean
/var/lib/jenkins/plugins/blueocean-bitbucket-pipeline/META-INF/maven/io.jenkins.blueocean/blueocean-bitbucket-pipeline
/var/lib/jenkins/plugins/blueocean-bitbucket-pipeline/WEB-INF/lib/blueocean-bitbucket-pipeline.jar
/var/lib/jenkins/plugins/blueocean-pipeline-api-impl
/var/lib/jenkins/plugins/blueocean-pipeline-api-impl/META-INF/maven/io.jenkins.blueocean
/var/lib/jenkins/plugins/blueocean-pipeline-api-impl/META-INF/maven/io.jenkins.blueocean/blueocean-pipeline-api-impl
/var/lib/jenkins/plugins/blueocean-pipeline-api-impl/WEB-INF/lib/blueocean-pipeline-api-impl.jar
/var/lib/jenkins/plugins/blueocean-core-js.bak
/var/lib/jenkins/plugins/blueocean-commons.bak
/var/lib/jenkins/plugins/blueocean-pipeline-api-impl.jpi

[JIRA] (JENKINS-56955) Uninstalling Blueocean Plugin 1.4.0 plugin doesnt resolve dependency errors

2019-04-24 Thread cverbi...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Carl Verbiest commented on  JENKINS-56955  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Uninstalling Blueocean Plugin 1.4.0 plugin doesnt resolve dependency errors   
 

  
 
 
 
 

 
 Gavin Mogan thank you for your reply. I use yum to install / upgrade jenkins I used the uninstall button on the pluginManager/installed page in Jenkins to remove plugins. I selected all installed blue ocean plugins in one go. The message about depenancies appear after the next restart of jenkins. It's unclear to me what I should do with the pom.xml file , should I check that file against installed packages ?   
  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-56955) Uninstalling Blueocean Plugin 1.4.0 plugin doesnt resolve dependency errors

2019-04-23 Thread gmo...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Gavin Mogan commented on  JENKINS-56955  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Uninstalling Blueocean Plugin 1.4.0 plugin doesnt resolve dependency errors   
 

  
 
 
 
 

 
 how did you remove it? Your error says you are trying to load something that isn't there, which sounds right for removing random files. https://github.com/jenkinsci/blueocean-plugin/blob/master/blueocean/pom.xml#L23-L128 is the list of plugins the blueocean package installs  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-56955) Uninstalling Blueocean Plugin 1.4.0 plugin doesnt resolve dependency errors

2019-04-10 Thread cverbi...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Carl Verbiest created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-56955  
 
 
  Uninstalling Blueocean Plugin 1.4.0 plugin doesnt resolve dependency errors   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Unassigned  
 
 
Attachments: 
 jenkins_systeminfo.txt  
 
 
Components: 
 blueocean-plugin  
 
 
Created: 
 2019-04-10 08:55  
 
 
Environment: 
 jenkins.noarch 0:2.171-1.1  on Red Hat Enterprise Linux Server release 7.6 (Maipo)   see attached jenkins_systeminfo.txt for systeminfo output  
 
 
Labels: 
 configuration plugin-manager  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Carl Verbiest  
 

  
 
 
 
 

 
 I'm experiencing the same issue as described in JENKINS-44935  but for version 1.4.0. The Blue Ocean UI has never started succesfully so I decided to remove it. I uninstalled all plugins containing blue.  Errors shown on manage page. 

 
Dependency errors:Some plugins could not be 
loaded due to unsatisfied dependencies. Fix these issues and restart 
Jenkins to restore the functionality provided by these plugins.Config API for Blue Ocean version 1.14.0blueocean-commons version 1.14.0 is missing. To fix, install version 1.14.0 or later.Pipeline SCM API for Blue Ocean version 1.14.0blueocean-rest version 1.14.0 is missing. To fix, install version 1.14.0 or later.JWT for Blue Ocean