try git ref
Some checks are pending
Build Multiarch Container Image / call-reusable-workflow (push) Waiting to run

This commit is contained in:
Sebastian Hugentobler 2025-06-03 18:56:32 +02:00
parent e9b7975185
commit ffb72065fa
Signed by: shu
SSH key fingerprint: SHA256:ppcx6MlixdNZd5EUM1nkHOKoyQYoJwzuQKXM6J/t66M

4
Jenkinsfile vendored
View file

@ -2,8 +2,8 @@ pipeline {
agent none
environment {
GIT_REF = """${sh(
script: 'git describe --tags --exact-match 2>/dev/null || git symbolic-ref --short HEAD',
returnStdout: true
returnStdout: true,
script: 'git describe --tags --exact-match 2>/dev/null || git symbolic-ref --short HEAD'
)}"""
}
stages {