diff --git a/Jenkinsfile b/Jenkinsfile index 13e2064..7a2f996 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -12,6 +12,7 @@ pipeline { stages { stage('Download dataset') { steps { + checkout scm sh 'mkdir data' sh 'cd data' sh 'echo "test"'