master
fanta 9 months ago
parent 653829a1c9
commit 582b1e0987

2
Jenkinsfile vendored

@ -20,7 +20,7 @@ pipeline {
stage('CLONE REPO') {
steps {
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