提交 964802c1 编写于 作者: L liuyq-617

[TD-12775]<CI>Optimize scope output information

上级 4a2438c2
...@@ -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.
先完成此消息的编辑!
想要评论请 注册