Add checkout scm

This commit is contained in:
Jan Świątek 2023-03-25 14:07:58 +01:00
parent adaa4adcce
commit 108bc3ce53

1
Jenkinsfile vendored
View File

@ -12,6 +12,7 @@ pipeline {
stages {
stage('Download dataset') {
steps {
checkout scm
sh 'mkdir data'
sh 'cd data'
sh 'echo "test"'