Recently I upgraded to Jenkins 2.46.3 (based on the docker image release). There is a "new weird" problem. I noticed job's config.xml grow really big. When open it , it has tons of repeated following code
<hudson.plugins.buildblocker.BuildBlockerProperty reference="../hudson.plugins.buildblocker.BuildBlockerProperty"/>
<jenkins.model.BuildDiscarderProperty reference="../jenkins.model.BuildDiscarderProperty"/>
<com.dabsquared.gitlabjenkins.connection.GitLabConnectionProperty reference="../com.dabsquared.gitlabjenkins.connection.GitLabConnectionProperty"/>
<hudson.plugins.buildblocker.BuildBlockerProperty reference="../hudson.plugins.buildblocker.BuildBlockerProperty"/>
<jenkins.model.BuildDiscarderProperty reference="../jenkins.model.BuildDiscarderProperty"/>
<com.dabsquared.gitlabjenkins.connection.GitLabConnectionProperty reference="../com.dabsquared.gitlabjenkins.connection.GitLabConnectionProperty"/>
<hudson.plugins.buildblocker.BuildBlockerProperty reference="../hudson.plugins.buildblocker.BuildBlockerProperty"/>
<jenkins.model.BuildDiscarderProperty reference="../jenkins.model.BuildDiscarderProperty"/>
<com.dabsquared.gitlabjenkins.connection.GitLabConnectionProperty reference="../com.dabsquared.gitlabjenkins.connection.GitLabConnectionProperty"/>
<hudson.plugins.buildblocker.BuildBlockerProperty reference="../hudson.plugins.buildblocker.BuildBlockerProperty"/>
<jenkins.model.BuildDiscarderProperty reference="../jenkins.model.BuildDiscarderProperty"/>
This was not observed before the upgrade (Jenkins ver. 2.46.2)
Even though I upgraded plugin versions, the GitLab plugin stays the same (1.4.5)
Wonder if any one else have seen this, and do you have any workaround or fix?
Thanks!
Qiang