remove git checkout

This commit is contained in:
Kamil Guttmann 2022-04-03 20:06:33 +02:00
parent c3187de58f
commit 1a37703962

5
Jenkinsfile vendored
View File

@ -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}",