Advertisement
Guest User

Untitled

a guest
Sep 22nd, 2017
419
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.58 KB | None | 0 0
  1. Started by GitHub push by giorgiosironi
  2. Checking out git git@github.com:elifesciences/profiles.git into /var/lib/jenkins/workspace/test-profiles@script to read Jenkinsfile
  3. > git rev-parse --is-inside-work-tree # timeout=10
  4. Fetching changes from the remote Git repository
  5. > git config remote.origin.url git@github.com:elifesciences/profiles.git # timeout=10
  6. Fetching upstream changes from git@github.com:elifesciences/profiles.git
  7. > git --version # timeout=10
  8. using GIT_SSH to set credentials SSH private key of the jenkins user
  9. > git fetch --tags --progress git@github.com:elifesciences/profiles.git +refs/heads/*:refs/remotes/origin/*
  10. > git rev-parse refs/remotes/origin/develop^{commit} # timeout=10
  11. > git rev-parse refs/remotes/origin/origin/develop^{commit} # timeout=10
  12. Checking out Revision 09380fca07a3aaea56db0f7676eb382df15faa6a (refs/remotes/origin/develop)
  13. Commit message: "Add unit tests (#27)"
  14. > git config core.sparsecheckout # timeout=10
  15. > git checkout -f 09380fca07a3aaea56db0f7676eb382df15faa6a
  16. > git rev-list 09380fca07a3aaea56db0f7676eb382df15faa6a # timeout=10
  17. Loading library elife@master
  18. > git rev-parse --is-inside-work-tree # timeout=10
  19. Setting origin to git@github.com:elifesciences/elife-jenkins-workflow-libs.git
  20. > git config remote.origin.url git@github.com:elifesciences/elife-jenkins-workflow-libs.git # timeout=10
  21. Fetching origin...
  22. Fetching upstream changes from origin
  23. > git --version # timeout=10
  24. using GIT_SSH to set credentials SSH private key of the jenkins user
  25. > git fetch --tags --progress origin +refs/heads/*:refs/remotes/origin/*
  26. > git rev-parse master^{commit} # timeout=10
  27. > git rev-parse origin/master^{commit} # timeout=10
  28. > git rev-parse --is-inside-work-tree # timeout=10
  29. Fetching changes from the remote Git repository
  30. > git config remote.origin.url git@github.com:elifesciences/elife-jenkins-workflow-libs.git # timeout=10
  31. Fetching without tags
  32. Fetching upstream changes from git@github.com:elifesciences/elife-jenkins-workflow-libs.git
  33. > git --version # timeout=10
  34. using GIT_SSH to set credentials SSH private key of the jenkins user
  35. > git fetch --no-tags --progress git@github.com:elifesciences/elife-jenkins-workflow-libs.git +refs/heads/*:refs/remotes/origin/*
  36. Checking out Revision 19e28ab81ea7ded6d4006c72a7b104dcaf4c9b73 (master)
  37. Commit message: "(Again it should not) trigger builds"
  38. > git config core.sparsecheckout # timeout=10
  39. > git checkout -f 19e28ab81ea7ded6d4006c72a7b104dcaf4c9b73
  40. [Pipeline] node
  41. Still waiting to schedule task
  42. Waiting for next available executor
  43. [Pipeline] // node
  44. [Pipeline] End of Pipeline
  45. ERROR: Queue task was cancelled
  46. Finished: FAILURE
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement