mirror of https://github.com/milvus-io/milvus.git
[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
parent
2c484c7c7d
commit
6c07d7c43b
|
@ -9,7 +9,7 @@ pipeline {
|
||||||
customWorkspace '/home/jenkins/agent/workspace'
|
customWorkspace '/home/jenkins/agent/workspace'
|
||||||
// We allow this pod to remain active for a while, later jobs can
|
// We allow this pod to remain active for a while, later jobs can
|
||||||
// reuse cache in previous created nodes.
|
// reuse cache in previous created nodes.
|
||||||
idleMinutes 120
|
// idleMinutes 120
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue