mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-02-02 01:06:41 +08:00
Add timestamp to show logs & update chart version to 3.0.28 (#18312)
Signed-off-by: Jenny Li <jing.li@zilliz.com>
This commit is contained in:
parent
4d94e465dc
commit
7d34ede50d
@ -4,7 +4,7 @@ int total_timeout_minutes = 120
|
||||
int e2e_timeout_seconds = 70 * 60
|
||||
def imageTag=''
|
||||
int case_timeout_seconds = 10 * 60
|
||||
def chart_version='3.0.27'
|
||||
def chart_version='3.0.28'
|
||||
pipeline {
|
||||
options {
|
||||
timestamps()
|
||||
|
||||
@ -4,9 +4,10 @@ int total_timeout_minutes = 120
|
||||
int e2e_timeout_seconds = 70 * 60
|
||||
def imageTag=''
|
||||
int case_timeout_seconds = 10 * 60
|
||||
def chart_version='3.0.27'
|
||||
def chart_version='3.0.28'
|
||||
pipeline {
|
||||
options {
|
||||
timestamps()
|
||||
timeout(time: total_timeout_minutes, unit: 'MINUTES')
|
||||
buildDiscarder logRotator(artifactDaysToKeepStr: '30')
|
||||
parallelsAlwaysFailFast()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user