From 9596883fd1c4cd454c1a0832272ac7b6b07a70a5 Mon Sep 17 00:00:00 2001 From: liuyq-617 Date: Sat, 5 Jun 2021 01:37:39 +0000 Subject: [PATCH] fix install py connector in jenkins --- tests/mas/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/mas/Jenkinsfile b/tests/mas/Jenkinsfile index 0e6e94a037..ae2286298f 100644 --- a/tests/mas/Jenkinsfile +++ b/tests/mas/Jenkinsfile @@ -21,7 +21,7 @@ def pre_test(){ cmake .. > /dev/null make > /dev/null make install > /dev/null - pip3 install ${WKC}/src/connector/python/linux/python3/ + pip3 install ${WKC}/src/connector/python/ || echo 0 ''' return 1 } -- GitLab