hudson.plugins.git.GitException: Failed to fetch from http://server/tfs/frontendcomponents/_git/static-server
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
Samebug tips
Our Jenkins(J) is linked with Bitbucket(BB). A pull request(PR) is created in BB, then it's auto-built in J, then it's updated with a commit but BB doesn't update the branch, so J can't check it out. Solution: open the PR in BB web ui.
Solutions on the web
via Google Groups by Andrea Ferraresi, 8 months ago
via Jenkins JIRA by andrea ferraresi, 1 year ago
via Jenkins JIRA by andrea ferraresi, 1 year ago
via Stack Overflow by gabbar
, 11 months agovia Google Groups by Mark Derricutt, 1 year ago
via jenkins-ci.org by Unknown author, 1 year ago
hudson.plugins.git.GitException: Command "git -c core.askpass=true fetch --tags --progress http://server/tfs/frontendcomponents/_git/static-server +refs/tags/*:refs/remotes/origin/tags/*" returned status code 128: stdout: stderr: remote: Microsoft (R) Visual Studio (R) Team Foundation Server[K error: no such remote ref refs/tags/v1.1.19
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1591)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1379)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:86)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:324)
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:733)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:983)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1016)
at hudson.scm.SCM.checkout(SCM.java:488)
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)