Re: using GIT plugin: cannot clone submodule

2012-09-28 Thread Emil Petkov
THis is exactly what I did to circumvent the problem, I will work without the GIT plugin until the SSH credentials are better integrated. On Tuesday, September 18, 2012 6:50:02 PM UTC+3, Emil Petkov wrote: Hello, I have set up Jenkins and installed the GIT plugin ( https://wiki.jenkins

Re: using GIT plugin: cannot clone submodule

2012-09-19 Thread Emil Petkov
created a local clone. I don't know any workaround but get access to the target repo. 2012/9/18 Emil Petkov emil.s...@gmail.com javascript: Hello, I have set up Jenkins and installed the GIT plugin ( https://wiki.jenkins-ci.org/display/JENKINS/Git+Plugin). 1. First, I created a depot of my

Re: using GIT plugin: cannot clone submodule

2012-09-19 Thread Emil Petkov
so it gets more flexible, but have no better workaround for short term 2012/9/19 Andrew Melo andre...@gmail.com javascript: On Wed, Sep 19, 2012 at 2:58 AM, Emil Petkov emil.s...@gmail.comjavascript: wrote: I do have access to the target repo where the GIT submodule is. It's just

using GIT plugin: cannot clone submodule

2012-09-18 Thread Emil Petkov
Hello, I have set up Jenkins and installed the GIT plugin (https://wiki.jenkins-ci.org/display/JENKINS/Git+Plugin). 1. First, I created a depot of my repository by executing: git clone --bare /home/git_repos/admin_pci.git /home/jenkins_bare_repos/admin_pci.git 2. Added the clone as the