hudson.plugins.git.GitException: Failed to fetch from http://UserName@bitbucket.com/scm/projectName.git at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:792)
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
via Stack Overflow by AJM
, 1 year agovia Google Groups by tal+jenkins-ci.org@cloudshare.com (JIRA), 2 years ago
via Google Groups by Munira Presswala, 1 year ago
via Google Groups by jdu...@cloudbees.com (JIRA), 1 year ago
hudson.plugins.git.GitException: Failed to fetch from http://UserName@bitbucket.com/scm/projectName.git at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:792)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1048)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1079)
at hudson.scm.SCM.checkout(SCM.java:485)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1269)
at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:607)
at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:529)
at hudson.model.Run.execute(Run.java:1738)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:98)
at hudson.model.Executor.run(Executor.java:410)