Add checkout scm
This commit is contained in:
parent
adaa4adcce
commit
108bc3ce53
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -12,6 +12,7 @@ pipeline {
|
|||||||
stages {
|
stages {
|
||||||
stage('Download dataset') {
|
stage('Download dataset') {
|
||||||
steps {
|
steps {
|
||||||
|
checkout scm
|
||||||
sh 'mkdir data'
|
sh 'mkdir data'
|
||||||
sh 'cd data'
|
sh 'cd data'
|
||||||
sh 'echo "test"'
|
sh 'echo "test"'
|
||||||
|
Loading…
Reference in New Issue
Block a user