delete python connector repo in Jenkinsfile2

This commit is contained in:
haoranchen 2023-11-28 15:35:57 +08:00 committed by GitHub
parent 570f74a975
commit 684bf15817
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 8 deletions

View File

@ -151,14 +151,6 @@ def pre_test(){
cd ${WKC} cd ${WKC}
git submodule update --init --recursive git submodule update --init --recursive
''' '''
sh '''
cd ${WKPY}
git reset --hard
git pull
git log -5
echo "python connector log: `git log -5`" >>${WKDIR}/jenkins.log
echo >>${WKDIR}/jenkins.log
'''
return 1 return 1
} }
def pre_test_build_mac() { def pre_test_build_mac() {