未验证 提交 05713145 编写于 作者: H Hui Li 提交者: GitHub

Merge pull request #9670 from taosdata/CI/2.4

[TD-12775]<CI>Optimize scope output information
...@@ -378,7 +378,7 @@ pipeline { ...@@ -378,7 +378,7 @@ pipeline {
println gitlog println gitlog
if (!(gitlog =~ /\((.*?)\)/)){ if (!(gitlog =~ /\((.*?)\)/)){
autoCancelled = true autoCancelled = true
error('Aborting the build.') error('Please fill in the scope information correctly.\neg. [TD-xxxx]<fix>(query,insert):xxxxxxxxxxxxxxxxxx ')
} }
temp = (gitlog =~ /\((.*?)\)/) temp = (gitlog =~ /\((.*?)\)/)
temp = temp[0].remove(1) temp = temp[0].remove(1)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册