IUM_04 - update Jenkinsfile
This commit is contained in:
parent
ae4bad42d2
commit
56c37e9175
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -48,7 +48,7 @@ pipeline {
|
||||
steps {
|
||||
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
|
||||
archiveArtifacts artifacts: 'datasets/data.csv,datasets/train.csv,datasets/dev.csv,datasets/test.csv', onlyIfSuccessful: true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user