|
||||||||
|
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 [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Hi guys,
Another morning, another TD : https://gist.github.com/aheritier/8728536 and another one 20 min after : https://gist.github.com/aheritier/8728670
I may try to disable the priority sorter plugin.
I updated it several weeks ago but that's right that I changed its configuration recently to get ride of its legacy mode thus it may be a good culprit.
Good idea to check the plugins updates time from the disk (just for what was changed since january, the problem started around 20th Jan) :
0 -rw-r--r-- 1 jenkins jenkins 0 Jan 29 18:24 project-stats-plugin.jpi.disabled 164K -rw-r--r-- 1 jenkins jenkins 163K Jan 29 18:20 promoted-builds.jpi 11M -rw-r--r-- 1 jenkins jenkins 11M Jan 29 18:20 email-ext.jpi 11M -rw-r--r-- 1 jenkins jenkins 11M Jan 29 18:20 maven-plugin.jpi 0 -rw-r--r-- 1 jenkins jenkins 0 Jan 29 18:20 maven-plugin.jpi.pinned 48K -rw-r--r-- 1 jenkins jenkins 48K Jan 29 18:20 rebuild.jpi 1.2M -rw-r--r-- 1 jenkins jenkins 1.2M Jan 29 18:20 jenkins-multijob-plugin.jpi 52K -rw-r--r-- 1 jenkins jenkins 51K Jan 21 18:08 ldap.jpi 0 -rw-r--r-- 1 jenkins jenkins 0 Jan 21 18:08 ldap.jpi.pinned 32K -rw-r--r-- 1 jenkins jenkins 31K Jan 21 18:08 radiatorviewplugin.jpi 0 -rw-r--r-- 1 jenkins jenkins 0 Jan 21 18:07 disk-usage.jpi.disabled 5.1M -rw-r--r-- 1 jenkins jenkins 5.1M Jan 16 21:40 git.jpi 2.3M -rw-r--r-- 1 jenkins jenkins 2.3M Jan 16 10:23 git-client.jpi 100K -rw-r--r-- 1 jenkins jenkins 99K Jan 16 10:23 PrioritySorter.jpi 5.1M -rw-r--r-- 1 jenkins jenkins 5.1M Jan 9 10:54 build-pipeline-plugin.jpi 32K -rw-r--r-- 1 jenkins jenkins 30K Jan 9 10:54 nested-view.jpi 56K -rw-r--r-- 1 jenkins jenkins 53K Jan 9 10:54 translation.jpi 0 -rw-r--r-- 1 jenkins jenkins 0 Jan 9 10:54 translation.jpi.pinned 56K -rw-r--r-- 1 jenkins jenkins 56K Jan 9 10:54 buildresult-trigger.jpi 44K -rw-r--r-- 1 jenkins jenkins 44K Jan 6 18:31 multiple-scms.jpi 84K -rw-r--r-- 1 jenkins jenkins 83K Jan 6 18:31 xcode-plugin.jpiUnstableJobsPortlet is from the dashboard plugin AFAIR.
About the number of builds kept I always reduced them a long time ago. If I have no error all jobs must be configured with :
<daysToKeep>15</daysToKeep> <numToKeep>15</numToKeep> <artifactDaysToKeep>10</artifactDaysToKeep> <artifactNumToKeep>10</artifactNumToKeep>The maven plugin version is 2.0.1 and 2.0.3 seems to be out. I will try to give it a try