Skip to content
Snippets Groups Projects
Commit 247a5a46 authored by Guillaume Pasero's avatar Guillaume Pasero
Browse files

CI: warning message on retry

parent 36cd03d7
No related branches found
No related tags found
2 merge requests!621Release 7.0 (master),!461CI: enable documentation build
Pipeline #947 failed
......@@ -187,6 +187,7 @@ site:"+site+", stamp:"+stamp+", name:"+name+", project:"+project+".")
nb_try -= 1
if buildid or (nb_try == 0):
break
print("No build id, retry ...")
time.sleep(60)
if buildid:
self.buildid = buildid.group(1)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment