Correct on version App when building project

This commit is contained in:
2025-01-31 17:08:12 +03:00
parent 32cc34f37d
commit 6b937e1d76
+2
View File
@@ -22,6 +22,8 @@ node("docker") {
env.namespace = "${env.namespace}-${stand}"
env.registryContainerName = "${env.registryContainerName}-${stand}"
env.version = sh(script: "grep 'variables.framework.docs.APIVersion=' v1/Application.cfc | awk -F '\"' '{print\$2}'", returnStdout: true).trim()
println "Success prepare"
}