-
Bug
-
Resolution: Won't Fix
-
Critical
-
None
-
Jenkins v 1.552 scm-sync v 0.0.8
Renaming a job causes a commit to be added to the scm-sync plug-in's internal commit queue (see ScmSyncConfigurationBusiness.java) that fails due to the issue documented in JENKINS-15128 - Renaming job doesn't work with Git. Thereafter, even if one cleans up the checkoutConfiguration directory and manually syncs everything up, it become necessary to restart Jenkins because the failed commit poisons the queue. The remaining issue with 15128 (not calling git rm with the recursive flag) means the commit can never succeed. All subsequent configuration changes get stuck behind it.
There needs to be a way to reset the queue queue w/o restarting Jenkins.
- is duplicated by
-
JENKINS-15128 Renaming job doesn't work with Git
-
- Closed
-
- links to
+1 I also noticed that the plugin is only committing changes when I save jenkins settings not when saving changes to projects (I don't even get the commit message popup). I'm not sure when that happened but I have a suspicion that it was related to this.