diff --git a/Jenkinsfile b/Jenkinsfile index bd5daf2..0bb5895 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -26,11 +26,6 @@ pipeline { echo 'Hello World' } } - stage("Checkout git") { - steps { - checkout([$class: 'GitSCM', branches: [[name: '*/master']], extensions: [], userRemoteConfigs: [[credentialsId: 's444380', url: 'https://git.wmi.amu.edu.pl/s444380/ium_444380.git']]]) - } - } stage("Download data") { steps { withEnv(["KAGGLE_USERNAME=${params.KAGGLE_USERNAME}",