отладочная информация

This commit is contained in:
2026-01-30 19:13:46 +03:00
parent b9212c1da5
commit ebb0fd2561

2
Jenkinsfile vendored
View File

@ -27,7 +27,7 @@ pipeline {
}
echo versionText
def matcher = versionText =~ /version=(.*)(-[A-z]*)?/
echo matcher
echo matcher.group()
if (matcher) {
env.VERSION = matcher[0][1]
println "Extracted VERSION: ${env.VERSION}"