From 6bc51ef7d97ea5607460d021243764f9084a80ce Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 3 Apr 2020 11:47:16 +0200 Subject: [PATCH] jenkinsfile --- Jenkinsfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 6c061ee..487e513 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -2,9 +2,8 @@ pipeline { agent any stages { stage('Stage 1') { - steps { - sh git checkout -f https://git.wmi.amu.edu.pl/s421818/s421818-mlworkshops + sh 'git checkout -f https://git.wmi.amu.edu.pl/s421818/s421818-mlworkshops' echo 'Hello world!' } }