mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-11-30 19:08:30 +08:00
update Jenkinsfile
This commit is contained in:
parent
60d1da8abb
commit
383f6f218c
6
ci/jenkins/Jenkinsfile
vendored
6
ci/jenkins/Jenkinsfile
vendored
@ -52,8 +52,9 @@ pipeline {
|
||||
values 'gpu', 'cpu'
|
||||
}
|
||||
}
|
||||
stages {
|
||||
stage ("${OS_NAME} ${CPU_ARCH} ${BINRARY_VERSION}"){
|
||||
|
||||
|
||||
stage ("${OS_NAME} ${CPU_ARCH} ${BINRARY_VERSION}") {
|
||||
environment {
|
||||
PACKAGE_VERSION = VersionNumber([
|
||||
versionNumberString : '${SEMVER}-${BINRARY_VERSION}-${OS_NAME}-${CPU_ARCH}-${LOWER_BUILD_TYPE}-${BUILD_DATE_FORMATTED, "yyyyMMdd"}-${BUILDS_TODAY}'
|
||||
@ -191,7 +192,6 @@ pipeline {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
boolean isTimeTriggeredBuild() {
|
||||
|
Loading…
Reference in New Issue
Block a user