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

This commit is contained in:
2026-01-30 19:11:48 +03:00
parent c1206f905c
commit b9212c1da5

1
Jenkinsfile vendored
View File

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