From 582b1e0987fb00ef2b430a803a417c0e86dd7b87 Mon Sep 17 00:00:00 2001 From: fanta Date: Wed, 23 Aug 2023 23:40:52 +0200 Subject: [PATCH] test --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" } }