...
|
...
|
@@ -209,8 +209,11 @@ |
|
|
}else{
|
|
|
clearInterval(intervalIndex);
|
|
|
writeToText(textareaId,"镜像制作完成..........");
|
|
|
//开始查询腾讯云deploy状态
|
|
|
builderDocker_queryServiceStatus(buildInfo,textareaId);
|
|
|
writeToText(textareaId,"开始查询腾讯云发布结果,请等待..........");
|
|
|
//开始查询腾讯云deploy状态,延迟60秒再开始查询
|
|
|
setTimeout(function(){
|
|
|
builderDocker_queryServiceStatus(buildInfo,textareaId);
|
|
|
}, 6000);
|
|
|
}
|
|
|
}
|
|
|
count += 1;
|
...
|
...
|
|