This commit is contained in:
Matias Pou 2026-01-06 16:14:26 -03:00
parent 4227ca6965
commit 3c66b3c0d5

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 rev-parse --abbrev-ref HEAD", script: "git branch --show-current",
returnStdout: true returnStdout: true
).trim() ).trim()