Issue Type: Bug Bug
Assignee: Nicolas De Loof
Components: git
Created: 04/Dec/12 12:21 PM
Description:

Manually building works as expected, time triggered building locks up all workspaces (removes executable flag on all subdirectories)

Error trying to determine the git version: Error performing command: git --version
Assuming 1.6
ERROR: Error cloning remote repo 'origin' : Could not clone <repo-name>

at hudson.plugins.git.GitAPI.clone(GitAPI.java:273)
at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:1044)
at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:986)
at hudson.FilePath.act(FilePath.java:842)
at hudson.FilePath.act(FilePath.java:824)
at hudson.plugins.git.GitSCM.determineRevisionToBuild(GitSCM.java:986)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1142)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1256)
at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:589)
at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:88)
at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:494)
at hudson.model.Run.execute(Run.java:1502)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
at hudson.model.ResourceController.execute(ResourceController.java:88)
at hudson.model.Executor.run(Executor.java:236)

Caused by: hudson.plugins.git.GitException: Command "git clone -o origin <repo-name> /home/jenkins/workspace/<job-name>" returned status code 128:

resulting in:

stderr: fatal: could not create work tree dir '/home/jenkins/workspace/<job-name>'.: Permission denied

Git version is
~$ git --version
git version 1.7.9.5

Environment: Ubuntu Server 64bit 12.04 / Linux 3.2.0-29
Project: Jenkins
Labels: git
Priority: Critical Critical
Reporter: Samuel Stirtzel
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to