diff --git a/Jenkinsfile b/Jenkinsfile index b109bed..48c178b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -8,7 +8,8 @@ pipeline { sh 'sh my_shell_script.sh wikiniews_results.tsv > results.txt' archiveArtifacts 'results.txt' sh 'sh evaluation.sh wikiniews_results.tsv' - archiveArtifacts 'metric_aggregated.txt wikiniews_results2.tsv' + archiveArtifacts 'wikiniews_results2.tsv' + archiveArtifacts 'metric_aggregated.txt' } } }