Commit 6ca3d8ef authored by 前端-许佳敏's avatar 前端-许佳敏

chore: 修改jenkinsfile的超时时间

parent 4f716d01
......@@ -10,7 +10,7 @@ pipeline {
options {
buildDiscarder(logRotator(numToKeepStr: '7', artifactNumToKeepStr: '10', daysToKeepStr: '5'))
// 构建超时时间
timeout(time: 12, unit: 'MINUTES')
timeout(time: 20, unit: 'MINUTES')
// 不允许同时执行流水线。 可被用来防止同时访问共享资源等
disableConcurrentBuilds()
}
......
Markdown is supported
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