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')