Guest User

Untitled

a guest
Mar 13th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.45 KB | None | 0 0
  1. Started by user Yanick van Barneveld
  2. Lightweight checkout support not available, falling back to full checkout.
  3. Checking out git git@bitbucket.org:socialbrothers/sbthema.git into /var/lib/jenkins/workspace/WordPress@script to read Jenkinsfile
  4. > git rev-parse --is-inside-work-tree # timeout=10
  5. Fetching changes from the remote Git repository
  6. > git config remote.origin.url git@bitbucket.org:socialbrothers/sbthema.git # timeout=10
  7. Fetching upstream changes from git@bitbucket.org:socialbrothers/sbthema.git
  8. > git --version # timeout=10
  9. using GIT_SSH to set credentials
  10. > git fetch --tags --progress git@bitbucket.org:socialbrothers/sbthema.git +refs/heads/*:refs/remotes/origin/*
  11. Seen branch in repository origin/development
  12. Seen branch in repository origin/master
  13. Seen branch in repository origin/staging
  14. Seen 3 remote branches
  15. > git show-ref --tags -d # timeout=10
  16. Checking out Revision 28fb06495ce120fd1e082cdb16f0ef3d52e3cb97 (origin/master)
  17. > git config core.sparsecheckout # timeout=10
  18. > git checkout -f 28fb06495ce120fd1e082cdb16f0ef3d52e3cb97
  19. Commit message: "no message"
  20. > git rev-list --no-walk 28fb06495ce120fd1e082cdb16f0ef3d52e3cb97 # timeout=10
  21. Running in Durability level: MAX_SURVIVABILITY
  22. Loading library wpengine@v1.0.1
  23. > git rev-parse --is-inside-work-tree # timeout=10
  24. Fetching changes from the remote Git repository
  25. > git config remote.origin.url git@bitbucket.org:socialbrothers/sbdocker.git # timeout=10
  26. Fetching upstream changes from git@bitbucket.org:socialbrothers/sbdocker.git
  27. > git --version # timeout=10
  28. using GIT_SSH to set credentials
  29. > git fetch --tags --progress git@bitbucket.org:socialbrothers/sbdocker.git +refs/heads/*:refs/remotes/origin/*
  30. Seen branch in repository origin/master
  31. Seen 1 remote branch
  32. > git show-ref --tags -d # timeout=10
  33. Checking out Revision 5f94c5bbb79865aad235ab64230eb3427f7c7df8 (origin/master)
  34. > git config core.sparsecheckout # timeout=10
  35. > git checkout -f 5f94c5bbb79865aad235ab64230eb3427f7c7df8
  36. Commit message: "no message"
  37. [Pipeline] node
  38. Running on Jenkins in /var/lib/jenkins/workspace/WordPress
  39. [Pipeline] {
  40. [Pipeline] timestamps
  41. [Pipeline] {
  42. [Pipeline] echo
  43. 13:19:17 ***********************************
  44. [Pipeline] echo
  45. 13:19:17 CHECKOUT BRANCH: null
  46. [Pipeline] echo
  47. 13:19:17 ***********************************
  48. [Pipeline] stage
  49. [Pipeline] { (Checkout)
  50. [Pipeline] git
  51. 13:19:18 > git rev-parse --is-inside-work-tree # timeout=10
  52. 13:19:18 Fetching changes from the remote Git repository
  53. 13:19:18 > git config remote.origin.url git@bitbucket.org:socialbrothers/sbthema.git # timeout=10
  54. 13:19:18 Fetching upstream changes from git@bitbucket.org:socialbrothers/sbthema.git
  55. 13:19:18 > git --version # timeout=10
  56. 13:19:18 using GIT_SSH to set credentials
  57. 13:19:18 > git fetch --tags --progress git@bitbucket.org:socialbrothers/sbthema.git +refs/heads/*:refs/remotes/origin/*
  58. 13:19:19 > git rev-parse refs/remotes/origin/null^{commit} # timeout=10
  59. 13:19:19 > git rev-parse refs/remotes/origin/origin/null^{commit} # timeout=10
  60. 13:19:19 > git rev-parse origin/null^{commit} # timeout=10
  61. [Pipeline] }
  62. [Pipeline] // stage
  63. [Pipeline] emailext
  64. 13:19:20 Request made to compress build log
  65. 13:19:20 An attempt to send an e-mail to empty list of recipients, ignored.
  66. [Pipeline] }
  67. [Pipeline] // timestamps
  68. [Pipeline] }
  69. [Pipeline] // node
  70. [Pipeline] End of Pipeline
  71. ERROR: Couldn't find any revision to build. Verify the repository and branch configuration for this job.
  72. Finished: FAILURE
Add Comment
Please, Sign In to add comment