From a8ae023dfff3cac307c7afae161c232626de34cb Mon Sep 17 00:00:00 2001 From: Robert Bendun Date: Wed, 5 Apr 2023 01:46:31 +0200 Subject: [PATCH] no newlines --- dataset.jenkinsfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dataset.jenkinsfile b/dataset.jenkinsfile index 05a5cb8..be9b2b7 100644 --- a/dataset.jenkinsfile +++ b/dataset.jenkinsfile @@ -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 } }