Laurent Denanot edited a comment on Bug JENKINS-15934

Hi, I had the same problem and found an easy cure:

Looks like it simply is a case of bad dependency qualification: the NPE is due to the fact that the 'Delete workspace' features depend on the 'ws-cleanup' plugin (https://wiki.jenkins-ci.org/display/JENKINS/Workspace+Cleanup+Plugin) that is listed as an optional dependency of the Configuration Slicing plugin, whereas it really should be listed as a required one...
The alternative being adding logic to the Configuration Slicing plugin that automatically detects whether the 'ws-cleanup' plugin is installed and enables or disables the associated 'delete workspace... ' options accordingly.

Anyways:

  • Without the 'ws-cleanup' plugin installed : clicking on any of the 'Delete workspace...' links in Configuraiton slicing triggers an NPE.
  • With the 'ws-cleanup' plugin installed: no more NPEs, the configuration pages for the 'Delete workspace...' options work as expected...

Hope this helps,

Laurent

PS: I'm running Jenkins v 1.512

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
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/groups/opt_out.
 
 

Reply via email to