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

Merge pull request #9668 from taosdata/test/TD-12775

[TD-12775]<CI>Optimize scope output information
...@@ -381,7 +381,7 @@ pipeline { ...@@ -381,7 +381,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.
先完成此消息的编辑!
想要评论请 注册