[skip e2e] fix lint issue for Nightly.groovy (#13926)

Signed-off-by: Jenny Li <jing.li@zilliz.com>
pull/13976/head
Jenny Li 2021-12-22 14:09:57 +08:00 committed by GitHub
parent 3ea8b0a4fa
commit 905e2cebf3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -57,7 +57,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}" \
@ -66,7 +66,7 @@ pipeline {
--skip-install \
--skip-cleanup \
--skip-setup \
--skip-test
--skip-test
"""
// stash imageTag info for rebuild install & E2E Test only
sh "echo ${imageTag} > imageTag.txt"
@ -133,7 +133,7 @@ pipeline {
--set etcd.metrics.enabled=true \
--set etcd.metrics.podMonitor.enabled=true \
--set etcd.nodeSelector.disk=fast \
--set metrics.serviceMonitor.enabled=true"
--set metrics.serviceMonitor.enabled=true"
"""
}
} else {
@ -181,7 +181,7 @@ pipeline {
body: '$DEFAULT_CONTENT',
recipientProviders: [requestor()],
replyTo: '$DEFAULT_REPLYTO',
to: "qa@zilliz.com,devops@zilliz.com"
to: 'qa@zilliz.com,devops@zilliz.com'
}
}
}