From f8301a5f91c3448dc3043708e31c3bb708df5137 Mon Sep 17 00:00:00 2001 From: liuyq-617 Date: Fri, 7 Jan 2022 13:49:46 +0800 Subject: [PATCH] [TD-12775]Optimize scope output information --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 5c12e9645d..5793a90434 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -381,7 +381,7 @@ pipeline { println gitlog if (!(gitlog =~ /\((.*?)\)/)){ autoCancelled = true - error('Aborting the build.') + error('Please fill in the scope information correctly.\neg. [TD-xxxx](query,insert):xxxxxxxxxxxxxxxxxx ') } temp = (gitlog =~ /\((.*?)\)/) temp = temp[0].remove(1) -- GitLab