Advertisement
Guest User

Untitled

a guest
Feb 7th, 2017
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.95 KB | None | 0 0
  1. [Pipeline] deleteDir
  2. [Pipeline] }
  3. [Pipeline] // timeout
  4. [Pipeline] checkout
  5. Cloning the remote Git repository
  6. Cloning repository ssh://git@bitbucket:7999/proj/service.git
  7. > git init /home/jenkins/workspace/-FLE3OSMVFPS5YXYDBJO2SDKESHOZUWIWXDMRIPXDFZ27TAUUNB6Q # timeout=10
  8. Fetching upstream changes from ssh://git@bitbucket:7999/proj/service.git
  9. > git --version # timeout=10
  10. using GIT_SSH to set credentials Jenkins User SSH Private Key
  11. > git fetch --tags --progress ssh://git@bitbucket:7999/proj/service.git +refs/heads/*:refs/remotes/origin/*
  12. > git config remote.origin.url ssh://git@bitbucket:7999/proj/service.git # timeout=10
  13. > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
  14. > git config remote.origin.url ssh://git@bitbucket:7999/proj/service.git # timeout=10
  15. Fetching upstream changes from ssh://git@bitbucket:7999/proj/service.git
  16. > git fetch --tags --progress ssh://git@bitbucket:7999/proj/service.git +refs/heads/*:refs/remotes/origin/*
  17. Checking out Revision e397f724ca115d21b29bcaab594e2f43d49de66d (branch)
  18. > git config core.sparsecheckout # timeout=10
  19. > git checkout -f e397f724ca115d21b29bcaab594e2f43d49de66d
  20. > git rev-list e397f724ca115d21b29bcaab594e2f43d49de66d # timeout=10
  21. [Pipeline] sh
  22. [FLE3OSMVFPS5YXYDBJO2SDKESHOZUWIWXDMRIPXDFZ27TAUUNB6Q] Running shell script
  23. shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
  24. job-working-directory: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
  25. shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
  26. + git rev-parse HEAD
  27. job-working-directory: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
  28. /home/jenkins/workspace/-FLE3OSMVFPS5YXYDBJO2SDKESHOZUWIWXDMRIPXDFZ27TAUUNB6Q@tmp/durable-f4c5cca7/script.sh: line 2: git-revision.tmp: No such file or directory
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement