mirror of https://github.com/milvus-io/milvus.git
[skip ci]Remove space based on Jenkinsfile Lint (#12933)
Signed-off-by: Jenny Li <jing.li@zilliz.com>pull/12964/head
parent
22c002606b
commit
23ccb8145e
|
@ -51,7 +51,7 @@ pipeline {
|
|||
sh 'printenv'
|
||||
def date = sh(returnStdout: true, script: 'date +%Y%m%d').trim()
|
||||
def gitShortCommit = sh(returnStdout: true, script: 'git rev-parse --short HEAD').trim()
|
||||
imageTag="${env.BRANCH_NAME}-${date}-${gitShortCommit}"
|
||||
imageTag="${env.BRANCH_NAME}-${date}-${gitShortCommit}"
|
||||
withCredentials([usernamePassword(credentialsId: "${env.CI_DOCKER_CREDENTIAL_ID}", usernameVariable: 'CI_REGISTRY_USERNAME', passwordVariable: 'CI_REGISTRY_PASSWORD')]){
|
||||
sh """
|
||||
TAG="${imageTag}" \
|
||||
|
|
Loading…
Reference in New Issue