split into two archive
This commit is contained in:
parent
815606aec9
commit
d4b697f3dc
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -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'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user