jimklimov

Jenkins SCM Change due to Network outage

Jun 4th, 2020
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. Network outage caused empty `git ls-remote` responses, which do differ from
  2. the latest known/built hashes seen as a string, and so cause rebuild of world
  3. on our CI farm due to "SCM Change":
  4.  
  5.  
  6. -------------------------
  7. Polling Log
  8. View as plain text
  9.  
  10. This page captures the polling log that triggered this build.
  11.  
  12. Started on Jun 4, 2020 1:43:59 PM
  13. Using strategy: SpecificRevisionBuildChooser
  14. [poll] Last Built Revision: Revision 0001d2d96b880f6457d2534349ffb419d292b98f (master)
  15. using credential 955c217d-8133-41c2-9235-9ce3936ddca6
  16. > git --version # timeout=10
  17. using GIT_ASKPASS to set credentials GHToken as password
  18. > git ls-remote -h https://github.com/42ity/fty-certificate-generator-rest.git # timeout=10
  19. Unexpected ls-remote output line ''
  20. [poll] Couldn't get remote head revision
  21. Done. Took 1 min 8 sec
  22. Changes found
  23. --------------------------
  24.  
  25. leading to:
  26.  
  27. --------------------------
  28. Build #17 (Jun 4, 2020 1:45:19 PM)
  29.  
  30. Started by an SCM change
  31.  
  32. This run spent 9 sec waiting in the queue.
  33. Revision: 0001d2d96b880f6457d2534349ffb419d292b98f
  34. master
  35. --------------------------
Add Comment
Please, Sign In to add comment