From aad66e3ac6eb3e5a8534c8803788c31d68ab0ba5 Mon Sep 17 00:00:00 2001 From: Grigo Date: Wed, 6 May 2026 20:41:46 +0000 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20Jenkinsfile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 23d79bf..47afe3a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -105,7 +105,7 @@ if ([string]::IsNullOrWhiteSpace($commitMsg)) { exit 0 } -$match = [regex]::Match($commitMsg, 'TG-(\d+)') +$match = [regex]::Match($commitMsg, 'TG-(\\d+)') if (-not $match.Success) { Write-Host "No TG-* reference found"