I tried to have a look why I had so much by executing

for(item in Jenkins.instance.getAllItems(Job.class)){ 
  if(item.builds.size() > 15){
    println item.name 
    println item.class 
    println item.builds.size() 
  }
}

and it gives

org.exoplatform.calendar:calendar
class hudson.maven.MavenModule
26
org.exoplatform.calendar:calendar-common
class hudson.maven.MavenModule
29
org.exoplatform.calendar:calendar-component-create
class hudson.maven.MavenModule
28
org.exoplatform.calendar:calendar-extension
class hudson.maven.MavenModule
31
...

These are maven sub modules. I don't understand why they aren't purged and perhaps the UI tries to load them while they are really useless. Only results at projects level are useful.

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