Advertisement
Guest User

Untitled

a guest
Nov 17th, 2015
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.19 KB | None | 0 0
  1. Building in workspace /var/lib/jenkins/jobs/EEG Build/workspace
  2. > git rev-parse --is-inside-work-tree # timeout=10
  3. Fetching changes from the remote Git repository
  4. > git config remote.origin.url git@gitlab.fabuso.com:all-projects/eegservices.git # timeout=10
  5. Fetching upstream changes from git@gitlab.fabuso.com:all-projects/eegservices.git
  6. > git --version # timeout=10
  7. > git fetch --tags --progress git@gitlab.fabuso.com:all-projects/eegservices.git +refs/heads/*:refs/remotes/origin/*
  8. FATAL: Failed to fetch from git@gitlab.fabuso.com:all-projects/eegservices.git
  9. hudson.plugins.git.GitException: Failed to fetch from git@gitlab.fabuso.com:all-projects/eegservices.git
  10. at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:643)
  11. at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:881)
  12. at hudson.plugins.git.GitSCM.checkout(GitSCM.java:906)
  13. at hudson.model.AbstractProject.checkout(AbstractProject.java:1253)
  14. at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:622)
  15. at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
  16. at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:528)
  17. at hudson.model.Run.execute(Run.java:1745)
  18. at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:529)
  19. at hudson.model.ResourceController.execute(ResourceController.java:89)
  20. at hudson.model.Executor.run(Executor.java:240)
  21. Caused by: hudson.plugins.git.GitException: Command "git fetch --tags --progress git@gitlab.fabuso.com:all-projects/eegservices.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:
  22. stdout:
  23. stderr: Host key verification failed.
  24. fatal: Could not read from remote repository.
  25.  
  26. Please make sure you have the correct access rights
  27. and the repository exists.
  28.  
  29. at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1437)
  30. at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1225)
  31. at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:87)
  32. at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:282)
  33. at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:641)
  34. ... 10 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement