Archiving output files

This commit is contained in:
Kacper Kurzeja 2019-04-26 15:18:51 +02:00
parent 38ed63a282
commit 56d08f6a36

3
Jenkinsfile vendored
View File

@ -8,7 +8,6 @@ node {
sh label: '', script: './script.sh'
}
archiveArtifacts 'output'
archiveArtifacts 'wikiniews_results_with_WERs.tsv, statistics'
sh 'ls -l'
sh 'cat output'
}