|
||||||||
|
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/groups/opt_out.

Hi!
I upgraded to latest Jenkins version and to the latest version of Git client plugin i.e. 1.6.1; no luck.
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building in workspace /apps/ci/.jenkins/home/jobs/CI-Test/workspace
Fetching changes from the remote Git repository
Fetching upstream changes from https://github.com/mycompany/mygitrepo.git
using .gitcredentials to set credentials
FATAL: Failed to fetch from https://github.com/mycompany/mygitrepo.git
hudson.plugins.git.GitException: Failed to fetch from https://github.com/mycompany/mygitrepo.git
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:625)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:847)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:872)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1415)
at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:652)
at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:88)
at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:561)
at hudson.model.Run.execute(Run.java:1678)
at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:519)
at hudson.model.ResourceController.execute(ResourceController.java:88)
at hudson.model.Executor.run(Executor.java:231)
Caused by: hudson.plugins.git.GitException: Command "git fetch --tags --progress https://github.com/mycompany/mygitrepo.git +refs/heads/master:refs/remotes/origin/master" returned status code 128:
stdout:
stderr: error: cannot run /bin/echo : No such file or directory
fatal: could not read Username for 'https://github.com': Input/output error
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1086)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:968)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$200(CliGitAPIImpl.java:71)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:197)
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:623)
... 10 more
I request we make this a blocker considering the fact we cannot proceed with builds at all so long this issue exists.