Обновить Jenkinsfile
This commit is contained in:
Vendored
+1
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user