fix jenkinsfile
This commit is contained in:
parent
d7110d7bf9
commit
8a4df8d901
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -34,6 +34,7 @@ pipeline {
|
|||||||
sh "chmod +x download_dataset.sh"
|
sh "chmod +x download_dataset.sh"
|
||||||
sh "./download_dataset.sh $DATA_TRAIN_RATIO"
|
sh "./download_dataset.sh $DATA_TRAIN_RATIO"
|
||||||
archiveArtifacts artifacts: 'data.csv,train.csv,test.csv', onlyIfSuccessful: true
|
archiveArtifacts artifacts: 'data.csv,train.csv,test.csv', onlyIfSuccessful: true
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user