Guest User

Untitled

a guest
Jan 4th, 2018
401
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.53 KB | None | 0 0
  1. https://myusername@stash.ourdomain.com:8443/scm/ourrepo/ourrepo-ios.git
  2.  
  3. git fetch --tags --progress https://myusername@stash.ourdomain.com:8443/scm/ourrepo/ourrepo-ios.git +refs/heads/*:refs/remotes/origin/*
  4.  
  5. Started by user Jenkins Admin
  6. Building in workspace /Users/Shared/Jenkins/Home/workspace/Build and test new commits on develop
  7. > git rev-parse --is-inside-work-tree # timeout=10
  8. Fetching changes from the remote Git repository
  9. > git config remote.origin.url https://myusername@stash.ourdomain.com:8443/scm/ourrepo/ourrepo-ios.git # timeout=10
  10. Fetching upstream changes from https://myusername@stash.ourdomain.com:8443/scm/ourrepo/ourrepo-ios.git
  11. > git --version # timeout=10
  12. using GIT_ASKPASS to set credentials
  13. > git fetch --tags --progress https://myusername@stash.ourdomain.com:8443/scm/ourrepo/ourrepo-ios.git +refs/heads/*:refs/remotes/origin/*
  14. ERROR: Timeout after 10 minutes
  15. ERROR: Error fetching remote repo 'origin'
  16. hudson.plugins.git.GitException: Failed to fetch from https://myusername@stash.ourdomain.com:8443/scm/ourrepo/ourrepo-ios.git
  17. at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:803)
  18. at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1063)
  19. at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1094)
  20. at hudson.scm.SCM.checkout(SCM.java:495)
  21. at hudson.model.AbstractProject.checkout(AbstractProject.java:1278)
  22. at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:604)
  23. at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
  24. at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:529)
  25. at hudson.model.Run.execute(Run.java:1728)
  26. at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
  27. at hudson.model.ResourceController.execute(ResourceController.java:98)
  28. at hudson.model.Executor.run(Executor.java:404)
  29. Caused by: hudson.plugins.git.GitException: Command "git fetch --tags --progress https://myusername@stash.ourdomain.com:8443/scm/ourrepo/ourrepo-ios.git +refs/heads/*:refs/remotes/origin/*" returned status code 143:stdout:
  30. stderr:
  31. at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1745)
  32. at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1489)
  33. at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:64)
  34. at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:315)
  35. at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:801)
  36. ... 11 more
  37. ERROR: null
  38. Finished: FAILURE
Add Comment
Please, Sign In to add comment