@ -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"
}