You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
build.py: Add printout of HTTP error code during last commit retrieval
If we check for last commit, and it fails - we just get return code 1.
But it is important to differentiate, if tree got deleted it might fail
with 404 code, if it is just temporary git problems it will produce
different HTTP error code.
It will be useful to do periodic cleanup of git trees that are dont
exist anymore, by checking jenkins logs.
Signed-off-by: Denys Fedoryshchenko <[email protected]>
0 commit comments