-
Bug
-
Resolution: Unresolved
-
Blocker
-
None
We began to notice that the plug-in creates records of changes for no apparent reason for Job Configuration History Plugin 2.24 on Jenkins ver. 2.176.3, which ultimately led to exhaustion inode on the disk array.
I think it is necessary to modify the plugin, for the absence of empty saves.
root@SBT-OAINR-0077:/opt/jenkins/jenkins_home/config-history/jobs/AtlassianDevelopment/jobs/dpm/jobs/core/jobs/ci/jobs/PR_DPMCORE_Multibranch2/branches/master$ diff 2019-11-05_06-49-23/config.xml 2019-11-05_06-49-22/config.xml root@SBT-OAINR-0077:/opt/jenkins/jenkins_home/config-history/jobs/AtlassianDevelopment/jobs/dpm/jobs/core/jobs/ci/jobs/PR_DPMCORE_Multibranch2/branches/master$ diff 2019-11-05_06-49-23/history.xml 2019-11-05_06-49-22/history.xml 6c6 < <timestamp>2019-11-05_06-49-23</timestamp> --- > <timestamp>2019-11-05_06-49-22</timestamp> root@SBT-OAINR-0077:/opt/jenkins/jenkins_home/config-history/jobs/AtlassianDevelopment/jobs/dpm/jobs/core/jobs/ci/jobs/PR_DPMCORE_Multibranch2/branches/master
[JENKINS-60053] Create null diff file on config history
Description |
Original:
We began to notice that the plug-in creates records of changes for no apparent reason for Job Configuration History Plugin 2.24 on [Jenkins ver. 2.176.3|https://jenkins.io/], which ultimately led to exhaustion inode on the disk array. I think it is necessary to modify the plugin, for the absence of empty saves. {code:java} root@SBT-OAINR-0077:/opt/jenkins/jenkins_home/config-history/jobs/AtlassianDevelopment/jobs/dpm/jobs/core/jobs/ci/jobs/PR_DPMCORE_Multibranch2/branches/master$ diff 2019-11-05_06-49-23/config.xml 2019-11-05_06-49-22/config.xml root@SBT-OAINR-0077:/opt/jenkins/jenkins_home/config-history/jobs/AtlassianDevelopment/jobs/dpm/jobs/core/jobs/ci/jobs/PR_DPMCORE_Multibranch2/branches/master$ diff 2019-11-05_06-49-23/history.xml 2019-11-05_06-49-22/history.xml 6c6 < <timestamp>2019-11-05_06-49-23</timestamp> --- > <timestamp>2019-11-05_06-49-22</timestamp> root@SBT-OAINR-0077:/opt/jenkins/jenkins_home/config-history/jobs/AtlassianDevelopment/jobs/dpm/jobs/core/jobs/ci/jobs/PR_DPMCORE_Multibranch2/branches/master {code} !image-2019-11-05-11-29-48-833.png! !image-2019-11-05-11-31-09-466.png! |
New:
We began to notice that the plug-in creates records of changes for no apparent reason for Job Configuration History Plugin 2.24 on [Jenkins ver. 2.176.3|https://jenkins.io/], which ultimately led to exhaustion inode on the disk array. I think it is necessary to modify the plugin, for the absence of empty saves. {code:java} root@SBT-OAINR-0077:/opt/jenkins/jenkins_home/config-history/jobs/AtlassianDevelopment/jobs/dpm/jobs/core/jobs/ci/jobs/PR_DPMCORE_Multibranch2/branches/master$ diff 2019-11-05_06-49-23/config.xml 2019-11-05_06-49-22/config.xml root@SBT-OAINR-0077:/opt/jenkins/jenkins_home/config-history/jobs/AtlassianDevelopment/jobs/dpm/jobs/core/jobs/ci/jobs/PR_DPMCORE_Multibranch2/branches/master$ diff 2019-11-05_06-49-23/history.xml 2019-11-05_06-49-22/history.xml 6c6 < <timestamp>2019-11-05_06-49-23</timestamp> --- > <timestamp>2019-11-05_06-49-22</timestamp> root@SBT-OAINR-0077:/opt/jenkins/jenkins_home/config-history/jobs/AtlassianDevelopment/jobs/dpm/jobs/core/jobs/ci/jobs/PR_DPMCORE_Multibranch2/branches/master {code} |
Attachment | New: screenshot-1.png [ 49395 ] |
Attachment | New: screenshot-2.png [ 49396 ] |