[skip ci] List all env properties within jenkins pipeline job (#6983)

Signed-off-by: quicksilver <zhifeng.zhang@zilliz.com>
pull/6893/head^2
quicksilver 2021-08-04 11:11:24 +08:00 committed by GitHub
parent 07cc449fbf
commit 0f76c23a8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -54,6 +54,7 @@ pipeline {
container('main') {
dir ('tests/scripts') {
script {
sh 'printenv'
def clusterEnabled = "false"
if ("${MILVUS_SERVER_TYPE}" == "distributed") {
clusterEnabled = "true"

View File

@ -62,6 +62,7 @@ pipeline {
container('main') {
dir ('tests/scripts') {
script {
sh 'printenv'
def clusterEnabled = "false"
if ("${MILVUS_SERVER_TYPE}" == "distributed") {
clusterEnabled = "true"