Commit 247a5a46 authored by Guillaume Pasero's avatar Guillaume Pasero
Browse files

CI: warning message on retry

No related merge requests found
Showing with 1 addition and 0 deletions
+1 -0
...@@ -187,6 +187,7 @@ site:"+site+", stamp:"+stamp+", name:"+name+", project:"+project+".") ...@@ -187,6 +187,7 @@ site:"+site+", stamp:"+stamp+", name:"+name+", project:"+project+".")
nb_try -= 1 nb_try -= 1
if buildid or (nb_try == 0): if buildid or (nb_try == 0):
break break
print("No build id, retry ...")
time.sleep(60) time.sleep(60)
if buildid: if buildid:
self.buildid = buildid.group(1) self.buildid = buildid.group(1)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment