archive artifacts
This commit is contained in:
parent
2ec6f72204
commit
815606aec9
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -8,6 +8,7 @@ pipeline {
|
|||||||
sh 'sh my_shell_script.sh wikiniews_results.tsv > results.txt'
|
sh 'sh my_shell_script.sh wikiniews_results.tsv > results.txt'
|
||||||
archiveArtifacts 'results.txt'
|
archiveArtifacts 'results.txt'
|
||||||
sh 'sh evaluation.sh wikiniews_results.tsv'
|
sh 'sh evaluation.sh wikiniews_results.tsv'
|
||||||
|
archiveArtifacts 'metric_aggregated.txt wikiniews_results2.tsv'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user