Update Task 3
This commit is contained in:
parent
59aeb9660e
commit
5ce3d39208
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -13,6 +13,8 @@ pipeline {
|
|||||||
sh('chmod +x ./shell_script.sh')
|
sh('chmod +x ./shell_script.sh')
|
||||||
sh('./shell_script.sh wikiniews_results.tsv > result.log')
|
sh('./shell_script.sh wikiniews_results.tsv > result.log')
|
||||||
archiveArtifacts 'result.log'
|
archiveArtifacts 'result.log'
|
||||||
|
archiveArtifacts 'hypothesis.trn'
|
||||||
|
archiveArtifacts 'reference.trn'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user