diff --git a/Jenkinsfile b/Jenkinsfile index 1b9d380..ff2e4ec 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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" } }