[skip ci] Remove idle time for publishimages incase idle pod destroy the build (#12321)

Signed-off-by: Jenny Li <jing.li@zilliz.com>
pull/12325/head
Jenny Li 2021-11-29 10:41:17 +08:00 committed by GitHub
parent 2c484c7c7d
commit 6c07d7c43b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ pipeline {
customWorkspace '/home/jenkins/agent/workspace'
// We allow this pod to remain active for a while, later jobs can
// reuse cache in previous created nodes.
idleMinutes 120
// idleMinutes 120
}
}