-
Bug
-
Resolution: Duplicate
-
Major
-
None
-
Jenkins 1.500, Shelve-Project-Plugin 1.3
I am persisting changes to the Jenkins config in Subversion to have a history of job-configurations available.
Most Job-Configs periodically get the following lines for the ShelvedProject-plugin added and later on deleted again, thus causing much more SVN commits for the Jenkins config than necessary.
Either the line should stay or not be added unless there is useful config, but then stay that way until the configuration is actually changed.
</categories>
<throttleEnabled>true</throttleEnabled>
<throttleOption>category</throttleOption>
+ <configVersion>1</configVersion>
</hudson.plugins.throttleconcurrents.ThrottleJobProperty>
<de.pellepelster.jenkins.walldisplay.WallDisplayJobProperty plugin="jenkinswalldisplay@0.6.16"/>
+ <org.jvnet.hudson.plugins.shelveproject.ShelveProjectProperty plugin="shelve-project-plugin@1.3"/>
</properties>
<scm class="hudson.scm.SubversionSCM" plugin="subversion@1.45">
<locations>
- duplicates
-
JENKINS-10544 "shelve project" button missing on some projects
- Resolved
- is related to
-
JENKINS-21091 Config flip-flopping
- Open