From 1a37703962542e305761215fe111d5e35f42877f Mon Sep 17 00:00:00 2001 From: Kamil Guttmann Date: Sun, 3 Apr 2022 20:06:33 +0200 Subject: [PATCH] remove git checkout --- Jenkinsfile | 5 ----- 1 file changed, 5 deletions(-) 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}",