From e79425f66587fce3320e11a5444f7cfccb2e959b Mon Sep 17 00:00:00 2001 From: chenhaoran Date: Wed, 13 Nov 2024 10:33:52 +0800 Subject: [PATCH] test:update install py connector in ci --- Jenkinsfile2 | 1 - 1 file changed, 1 deletion(-) diff --git a/Jenkinsfile2 b/Jenkinsfile2 index 917c75f5bc..e31eebd85b 100644 --- a/Jenkinsfile2 +++ b/Jenkinsfile2 @@ -359,7 +359,6 @@ pipeline { WIN_INTERNAL_ROOT="C:\\workspace\\${env.EXECUTOR_NUMBER}\\TDinternal" WIN_COMMUNITY_ROOT="C:\\workspace\\${env.EXECUTOR_NUMBER}\\TDinternal\\community" WIN_SYSTEM_TEST_ROOT="C:\\workspace\\${env.EXECUTOR_NUMBER}\\TDinternal\\community\\tests\\system-test" - WIN_CONNECTOR_ROOT="C:\\workspace\\${env.EXECUTOR_NUMBER}\\taos-connector-python" } steps { catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {