Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ops
/
monitor-ui
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
qinchao
7 years ago
Commit
44b51158c4396592b2ab705e0854b2486b879c1a
1 parent
64904cd6
master
...
dev_addtag_ui
dev_autoscal_java
dev_deploy_image_ui
dev_deploy_node
dev_deploy_uic_ui
dev_deploy_yohosearchservice
dev_docker2_ui
dev_host_topo_ui
dev_mip_hbasesource
dev_mysql_ui
dev_nginx_checkbox
dev_nginx_ui
dev_store_ui
dev_switch_nginx
dev_ui_topo
feature/add-footer-div-20220127
monitor-ui-fyzh
docker发布
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
monitor-ui-web/src/main/webapp/jsp/project/docker_build.jsp
monitor-ui-web/src/main/webapp/jsp/project/docker_build.jsp
View file @
44b5115
...
...
@@ -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
;
...
...
Please
register
or
login
to post a comment