From 50aa05cfcc40a21cf4604665ba1e47496820b780 Mon Sep 17 00:00:00 2001 From: chenhaoran Date: Mon, 25 Nov 2024 20:52:07 +0800 Subject: [PATCH] ci: set test step in ci when tdgpt file changed --- Jenkinsfile2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile2 b/Jenkinsfile2 index 3a56695df9..f02c036563 100644 --- a/Jenkinsfile2 +++ b/Jenkinsfile2 @@ -77,7 +77,7 @@ def check_docs(){ file_only_tdgpt_change_except = sh ( script: ''' - cat ${file_no_doc_changed} |grep -v "forecastoperator.c\\|anomalywindowoperator.c" || : + echo ${file_no_doc_changed} |grep -v "forecastoperator.c\\|anomalywindowoperator.c" || : ''', returnStdout: true ).trim()