This is an automated email from the ASF dual-hosted git repository.

mpochatkin pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git


The following commit(s) were added to refs/heads/main by this push:
     new 2b5e4fdc2c5 GG-46798 change TC message for Mention ticket job (#7473)
2b5e4fdc2c5 is described below

commit 2b5e4fdc2c5d5c56b526c1d7a09fd2c9b431e624
Author: Lozmanov <[email protected]>
AuthorDate: Mon Jan 26 13:27:41 2026 +0500

    GG-46798 change TC message for Mention ticket job (#7473)
---
 .teamcity/files/scripts/bash/CheckCodeBase.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.teamcity/files/scripts/bash/CheckCodeBase.sh 
b/.teamcity/files/scripts/bash/CheckCodeBase.sh
index 6816416bf4a..828ce7083af 100644
--- a/.teamcity/files/scripts/bash/CheckCodeBase.sh
+++ b/.teamcity/files/scripts/bash/CheckCodeBase.sh
@@ -10,6 +10,6 @@ echo $SOURCE
 
 if grep -IER --exclude-dir={.git,.idea} '.' -e ".*${SOURCE}.*"; then
     echo
-    echo "Code base contains mention ticket!"
+    echo "Ticket $SOURCE is still mentioned in one or more TODOs in the code"
     echo
-fi
\ No newline at end of file
+fi

Reply via email to