master
fanta 1 year ago
parent 653829a1c9
commit 582b1e0987

2
Jenkinsfile vendored

@ -20,7 +20,7 @@ pipeline {
stage('CLONE REPO') { stage('CLONE REPO') {
steps { steps {
echo "Clonar repositorio Git del proyecto." echo "Clonar repositorio Git del proyecto."
sh "git clone -b master --depth 1 "https://github.com/scummvm/scummvm.git" /tmp/scummvm" sh "git clone -b master --depth 1 https://github.com/scummvm/scummvm.git /tmp/scummvm"
} }
} }

Loading…
Cancel
Save