未验证 提交 68c5947a 编写于 作者: S Shengliang Guan 提交者: GitHub

Merge pull request #3885 from taosdata/hotfix/test

<test> fix jenkins error
......@@ -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'}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册