1
0

#26 Add more debug

This commit is contained in:
2026-01-17 13:08:56 +01:00
parent 718f3e4a51
commit ef9c56f6c9

1
build/Jenkinsfile vendored
View File

@@ -55,6 +55,7 @@ pipeline {
steps {
script {
sh "pwd"
sh "ls -R"
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()