Merge pull request #3885 from taosdata/hotfix/test

<test> fix jenkins error
This commit is contained in:
Shengliang Guan 2020-10-16 18:14:14 +08:00 committed by GitHub
commit 68c5947a33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 23 deletions

24
Jenkinsfile vendored
View File

@ -5,29 +5,7 @@ pipeline {
WKC= '/var/lib/jenkins/workspace/TDinternal/community'
}
stages {
stage('build TDengine') {
agent{label 'master'}
steps {
sh '''
cd ${WKC}
git checkout develop
git pull
git submodule update
cd ${WK}
git checkout develop
git pull
export TZ=Asia/Harbin
date
rm -rf ${WK}/debug
mkdir debug
cd debug
#cmake .. > /dev/null
#make > /dev/null
'''
}
}
stage('Parallel test stage') {
stage('Parallel test stage') {
parallel {
stage('pytest') {
agent{label 'master'}