From 1c28933b4fc4eecf03225d04258e3a1f5474ea74 Mon Sep 17 00:00:00 2001 From: Ufnow Date: Tue, 21 Apr 2020 19:09:34 +0200 Subject: [PATCH] fix --- Jenkinsfile | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index f84d48e..17a412e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -17,12 +17,6 @@ pipeline { } } } - stage('checkout: Check out from version control') { - steps { - git branch: 'master', - url: 'https://git.wmi.amu.edu.pl/s426274/s426274-mlworkshops.git' - } - } stage('Count lines'){ steps { sh('chmod +x ./numberOfLines.sh')