Обновить Jenkinsfile

This commit is contained in:
2026-05-06 20:41:46 +00:00
parent 0c20bbb435
commit aad66e3ac6
Vendored
+1 -1
View File
@@ -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"