This commit is contained in:
Matias Pou 2026-01-06 16:16:49 -03:00
parent fc1bc1fe2b
commit ab77524137

2
Jenkinsfile vendored
View file

@ -23,7 +23,7 @@ pipeline {
sh 'git submodule update --init --recursive' sh 'git submodule update --init --recursive'
def branch = sh( def branch = sh(
script: "git branch --show-current", script: 'git branch --show-current 2>/dev/null || echo "DETACHED"',
returnStdout: true returnStdout: true
).trim() ).trim()