split into two archive

This commit is contained in:
Małgorzata Schmidt 2019-04-26 15:43:03 +02:00
parent 815606aec9
commit d4b697f3dc

3
Jenkinsfile vendored
View File

@ -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'
}
}
}