From e4c1e94d6588b8d0d17069d33664c1e150b11e29 Mon Sep 17 00:00:00 2001 From: liuyq-617 Date: Fri, 8 Oct 2021 08:48:33 +0000 Subject: [PATCH] fix jenkins error on windows node --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 56227bf0dd..95c1012a2e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -183,7 +183,7 @@ def pre_test_win(){ cmake ../ -G "NMake Makefiles" nmake || exit 8 nmake install || exit 8 - xcopy /e/y/i/f C:\\workspace\\TDinternal\\debug\\build\\lib\\taos.dll C:\\Windows\\System32 && exit 8 + xcopy /e/y/i/f C:\\workspace\\TDinternal\\debug\\build\\lib\\taos.dll C:\\Windows\\System32 || exit 8 cd C:\\workspace\\TDinternal\\community\\src\\connector\\python python -m pip install . -- GitLab