archive artifacts

This commit is contained in:
Małgorzata Schmidt 2019-04-26 15:38:02 +02:00
parent 2ec6f72204
commit 815606aec9

1
Jenkinsfile vendored
View File

@ -8,6 +8,7 @@ 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'
}
}
}