diff --git a/Jenkinsfile b/Jenkinsfile index 70182e5..5d4b335 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -10,7 +10,7 @@ pipeline { stage('Clone git') { steps { sh "rm -rf *" - sh git clone 'https://git.zestes.fr/garfi/jenkins-update.git' + sh "git clone https://git.zestes.fr/garfi/jenkins-update.git" } }