I have installed SCM Sync configuration plugin(0.0.10) to save my jenkins settings in my git repository.
I have set the git url repository but the plugin does not commit/push, see the screenshot
I tried:
- The private key is in
~/.ssh/id_rsa
with thechmod 600
- The root user is own of the
id_rsa
and the.ssh
directory - The
.ssh
directory has the permission700
- I did the same for
jenkins
OS user - I can clone the repository(from the console) using the ssh private key, so this means that everything is working
The screenshot of the plugin's status message
as you can see, the plugin copy all the files to the folder that I imagine this folder should be the git repository.
The plugin webpage (https://wiki.jenkins-ci.org/display/JENKINS/SCM+Sync+configuration+plugin) we can see the same "error" and the message To use a Git server with SSH, you have to accept the server SSH key before using the plugin (same for using Git in Jenkins jobs).
, OK, but I guess I already did.
The plugin's Troubleshootings says the it uses ~/.ssh/
to commit the settings
https://wiki.jenkins-ci.org/display/JENKINS/ScmSyncConfig+Troubleshootings
I really like the plugin idea and I'd like to use it but I can't.
I use ubuntu 14.04 at AWS and my git repository is bitbucket.
What's wrong?