IUM_04 - update Jenkinsfile
This commit is contained in:
parent
659ddac84e
commit
7f35d24ac5
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -45,7 +45,7 @@ pipeline {
|
||||
}
|
||||
|
||||
steps {
|
||||
sh "sudo chmod +x ./download_dataset.py"
|
||||
sh "chmod +x ./download_dataset.py"
|
||||
sh "python3 ./download_dataset.py ${params.CUTOFF}"
|
||||
archiveArtifacts artifacts: './datasets/data.csv,./datasets/train.csv,./datasets/dev.csv,./datasets/test.csv', onlyIfSuccessful: true
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user