1
0
This commit is contained in:
2026-01-17 12:01:08 +01:00
parent 9cb1bab118
commit 718f3e4a51

2
build/Jenkinsfile vendored
View File

@@ -54,7 +54,7 @@ pipeline {
stage('Docker Build & Push') {
steps {
script {
def cdd = sh(script: "pwd", returnStdout: true).trim()
sh "pwd"
def jarPath = sh(script: "ls web-container/target/checkout/target/*.jar | head -n 1", returnStdout: true).trim()
def releaseVer = sh(script: "pkgx mvn help:evaluate -Dexpression=project.version -q -DforceStdout -f web-container/target/checkout/pom.xml", returnStdout: true).trim()