|
||||||||||||||
|
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 |
||||||||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Hi,
I face same issue :
It was working really until yesterday on a specific job (no changes on jenkins configuration for several weeks)
remark :
Other jobs are still working for the moment (with the same command run on their own git repo).
=====================
Error with StackTrace
=====================
Manually triggered by user anonymous for Gerrit: https://MY_GIT:8080/607665
Building in workspace <http://MY_JENKINS:8080/jenkins/job/AR_VA_GerritVoter/ws/>
> git.exe rev-parse --is-inside-work-tree
Fetching changes from the remote Git repository
> git.exe config remote.origin.url ssh://MY_GIT:29418/sandbox/MY.git
Fetching upstream changes from ssh://MY_GIT:29418/sandbox/MY.git
> git.exe --version
> git.exe fetch --tags --progress ssh://MY_GIT:29418/sandbox/MY.git refs/changes/65/607665/1
> git.exe rev-parse "c68be008cc694ffc7fa87e28baaf86245b696c1a^{commit}"
Checking out Revision c68be008cc694ffc7fa87e28baaf86245b696c1a (master)
> git.exe config core.sparsecheckout
> git.exe checkout -f c68be008cc694ffc7fa87e28baaf86245b696c1a
> git.exe rev-parse "FETCH_HEAD^{commit}"
> git.exe rev-list 445b38d8c3bbf8d5ef30f811b2c148fb356308ce
> git.exe tag -a -f -m Jenkins Build #359 jenkins-AR_VA_GerritVoter-359
Cleaning workspace
> git.exe rev-parse --verify HEAD
Resetting working tree
> git.exe reset --hard
> git.exe clean -fdx
FATAL: Command "git.exe clean -fdx" returned status code 1:
stdout: Removing com.sap.hilo.desktop.overlay/target/
stderr: warning: failed to remove com.sap.hilo.desktop.overlay/target/
hudson.plugins.git.GitException: Command "git.exe clean -fdx" returned status code 1:
stdout: Removing com.sap.hilo.desktop.overlay/target/
stderr: warning: failed to remove com.sap.hilo.desktop.overlay/target/
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1406)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1382)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1378)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1092)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1102)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.clean(CliGitAPIImpl.java:492)
at hudson.plugins.git.GitAPI.clean(GitAPI.java:253)
at hudson.plugins.git.extensions.impl.CleanCheckout.onCheckoutCompleted(CleanCheckout.java:28)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:908)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1254)
at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:624)
at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:530)
at hudson.model.Run.execute(Run.java:1732)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:88)
at hudson.model.Executor.run(Executor.java:234)
=====================
=== manual Check ===
=====================
I have tryed to run the git command manually, and it seems to be the same problem :
C:\.jenkins\jobs\AR_VA_GerritVoter\workspace\gitRepo>git clean -fdx
Removing com.sap.hilo.desktop.overlay/target/
warning: failed to remove com.sap.hilo.desktop.overlay/target/
Note that /target folder is in .gitignore (for more than 1 month)