mirror of https://github.com/milvus-io/milvus.git
[skip ci] List all env properties within jenkins pipeline job (#6983)
Signed-off-by: quicksilver <zhifeng.zhang@zilliz.com>pull/6893/head^2
parent
07cc449fbf
commit
0f76c23a8c
|
@ -54,6 +54,7 @@ pipeline {
|
|||
container('main') {
|
||||
dir ('tests/scripts') {
|
||||
script {
|
||||
sh 'printenv'
|
||||
def clusterEnabled = "false"
|
||||
if ("${MILVUS_SERVER_TYPE}" == "distributed") {
|
||||
clusterEnabled = "true"
|
||||
|
|
|
@ -62,6 +62,7 @@ pipeline {
|
|||
container('main') {
|
||||
dir ('tests/scripts') {
|
||||
script {
|
||||
sh 'printenv'
|
||||
def clusterEnabled = "false"
|
||||
if ("${MILVUS_SERVER_TYPE}" == "distributed") {
|
||||
clusterEnabled = "true"
|
||||
|
|
Loading…
Reference in New Issue