no newlines

This commit is contained in:
Robert Bendun 2023-04-05 01:46:31 +02:00
parent 1ec6c9ecbe
commit a8ae023dff
1 changed files with 1 additions and 2 deletions

View File

@ -8,8 +8,7 @@ node {
checkout([$class: 'GitSCM', branches: [[name: 'ztm']], extensions: [], userRemoteConfigs: [[url: 'https://git.wmi.amu.edu.pl/s452639/ium_452639']]])
sh 'cd src; ./prepare-ztm-data.sh'
archiveArtifacts
artifacts: 'src/stop_times.normalized.tsv,src/stop_times.train.tsv,src/stop_times.test.tsv,src/stop_times.valid.tsv',
archiveArtifacts artifacts: 'src/stop_times.normalized.tsv,src/stop_times.train.tsv,src/stop_times.test.tsv,src/stop_times.valid.tsv',
followSymlinks: false
}
}