From caa560005cc07785e19a650aadc1fad8ab3869ec Mon Sep 17 00:00:00 2001 From: liuyq-617 Date: Mon, 9 Aug 2021 15:57:56 +0800 Subject: [PATCH] [TD-5909]test skip ci [ci skip] --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index 7cb901f663..dfa83fc592 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -157,6 +157,7 @@ pipeline { sh''' git log -1 --pretty=%B | fgrep -ie '[skip ci]' -e '[ci skip] ''' + currentBuild.getRawBuild().getExecutor().interrupt(Result.SUCCESS) } }