This commit is contained in:
2026-01-30 18:43:23 +03:00
parent d5f37989f4
commit c1206f905c

1
Jenkinsfile vendored
View File

@ -25,6 +25,7 @@ pipeline {
readFile(file: versionFile).readLines().each {
versionText += it.concat("\n");
}
echo versionText
def matcher = versionText =~ /version=(.*)(-[A-z]*)?/
if (matcher) {
env.VERSION = matcher[0][1]