Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
慢慢CG
TDengine
提交
5bae3d9f
T
TDengine
项目概览
慢慢CG
/
TDengine
与 Fork 源项目一致
Fork自
taosdata / TDengine
通知
1
Star
0
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
T
TDengine
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
未验证
提交
5bae3d9f
编写于
2月 05, 2021
作者:
H
huili
提交者:
GitHub
2月 05, 2021
浏览文件
操作
浏览文件
下载
差异文件
Merge pull request #5157 from taosdata/test/jenkins
cancel build excluded regions stategy
上级
07266ba9
5a8382da
变更
1
隐藏空白更改
内联
并排
Showing
1 changed file
with
27 addition
and
6 deletion
+27
-6
Jenkinsfile
Jenkinsfile
+27
-6
未找到文件。
Jenkinsfile
浏览文件 @
5bae3d9f
...
@@ -5,7 +5,7 @@ node {
...
@@ -5,7 +5,7 @@ node {
git
url:
'https://github.com/taosdata/TDengine.git'
git
url:
'https://github.com/taosdata/TDengine.git'
}
}
def
kipstage
=
0
def
abortPreviousBuilds
()
{
def
abortPreviousBuilds
()
{
def
currentJobName
=
env
.
JOB_NAME
def
currentJobName
=
env
.
JOB_NAME
def
currentBuildNumber
=
env
.
BUILD_NUMBER
.
toInteger
()
def
currentBuildNumber
=
env
.
BUILD_NUMBER
.
toInteger
()
...
@@ -63,6 +63,7 @@ def pre_test(){
...
@@ -63,6 +63,7 @@ def pre_test(){
'''
'''
return
1
return
1
}
}
pipeline
{
pipeline
{
agent
none
agent
none
...
@@ -72,12 +73,33 @@ pipeline {
...
@@ -72,12 +73,33 @@ pipeline {
}
}
stages
{
stages
{
stage
(
'pre_build'
){
agent
{
label
'master'
}
when
{
changeRequest
()
}
steps
{
sh
'''
cd ${WORKSPACE}
git checkout develop
git pull
git fetch origin +refs/pull/${CHANGE_ID}/merge
git checkout -qf FETCH_HEAD
'''
script
{
skipstage
=
sh
(
script:
"git --no-pager diff --name-only FETCH_HEAD develop|grep -v -E '.*md|//src//connector|Jenkinsfile|test-all.sh' || echo 1 "
,
returnStdout:
true
)
}
}
}
stage
(
'Parallel test stage'
)
{
stage
(
'Parallel test stage'
)
{
//only build pr
//only build pr
when
{
when
{
changeRequest
()
changeRequest
()
expression
{
skipstage
==
0
}
}
}
parallel
{
parallel
{
stage
(
'python_1_s1'
)
{
stage
(
'python_1_s1'
)
{
...
@@ -127,7 +149,7 @@ pipeline {
...
@@ -127,7 +149,7 @@ pipeline {
stage
(
'test_b1_s2'
)
{
stage
(
'test_b1_s2'
)
{
agent
{
label
'b1'
}
agent
{
label
'b1'
}
steps
{
steps
{
timeout
(
time:
90
,
unit:
'MINUTES'
){
timeout
(
time:
45
,
unit:
'MINUTES'
){
pre_test
()
pre_test
()
sh
'''
sh
'''
cd ${WKC}/tests
cd ${WKC}/tests
...
@@ -240,8 +262,7 @@ pipeline {
...
@@ -240,8 +262,7 @@ pipeline {
}
}
}
}
}
}
post
{
post
{
success
{
success
{
emailext
(
emailext
(
subject:
"PR-result: Job '${env.JOB_NAME} [${env.BUILD_NUMBER}]' SUCCESS"
,
subject:
"PR-result: Job '${env.JOB_NAME} [${env.BUILD_NUMBER}]' SUCCESS"
,
...
@@ -300,7 +321,7 @@ pipeline {
...
@@ -300,7 +321,7 @@ pipeline {
<ul>
<ul>
<div style="font-size:18px">
<div style="font-size:18px">
<li>构建名称>>分支:${env.BRANCH_NAME}</li>
<li>构建名称>>分支:${env.BRANCH_NAME}</li>
<li>构建结果:<span style="color:
green"> Successful
</span></li>
<li>构建结果:<span style="color:
red"> Failure
</span></li>
<li>构建编号:${BUILD_NUMBER}</li>
<li>构建编号:${BUILD_NUMBER}</li>
<li>触发用户:${env.CHANGE_AUTHOR}</li>
<li>触发用户:${env.CHANGE_AUTHOR}</li>
<li>提交信息:${env.CHANGE_TITLE}</li>
<li>提交信息:${env.CHANGE_TITLE}</li>
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录