From b6b2c11d475bea8d818a6726a6bd737faab4d50e Mon Sep 17 00:00:00 2001 From: Robert Bendun Date: Wed, 5 Apr 2023 01:42:30 +0200 Subject: [PATCH] stats.jenkinsfile: additional artifact --- stats.jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stats.jenkinsfile b/stats.jenkinsfile index 1a5d6fe..7bc737c 100644 --- a/stats.jenkinsfile +++ b/stats.jenkinsfile @@ -7,7 +7,7 @@ node { stage('Build') { checkout([$class: 'GitSCM', branches: [[name: 'ztm']], extensions: [], userRemoteConfigs: [[url: 'https://git.wmi.amu.edu.pl/s452639/ium_452639']]]) - copyArtifacts filter: 'src/stop_times.train.tsv,src/stop_times.test.tsv,src/stop_times.valid.tsv', + copyArtifacts filter: 'src/stop_times.normalized.tsv,src/stop_times.train.tsv,src/stop_times.test.tsv,src/stop_times.valid.tsv', fingerprintArtifacts: true, projectName: 's452639-create-dataset', selector: buildParameter('BUILD_SELECTOR'),