-
Bug
-
Resolution: Fixed
-
Critical
-
SCM Sync Configuration Plugin 0.0.6.1
Jenkins Subversion Plug-in 1.43
svn version 1.6.11 (r934486)
git version 1.7.11.3
CentOS 5.8
To reproduce:
1. Install and configure scm-sync-configuration to use Subversion.
- In my case, I was using a file:///... repo
2. Rename a job (configure job, change Project name).
Expected result:
Job is moved in Subversion repository.
Actual result:
1. scm-sync-configuration.fail.log: "Error while checking in file to scm repository"
2. Nothing happens in Subversion repository.
3. Any changes after this are queued up but never checked in.
Workaround:
Use git rather than svn. When using git as a backend, the plugin behaves as expected. Or if you need svn, the workaround is to make sure to never rename jobs.
- depends on
-
JENKINS-18129 Using credentials-plugin to authenticate against SCMs & getting rid of maven-scm-api
- Closed
- is related to
-
JENKINS-15128 Renaming job doesn't work with Git
- Closed
-
JENKINS-18500 SCM-Sync stops synchronising after deleting a job
- Closed