update Jenkinsfile

This commit is contained in:
dylodylo 2020-04-10 16:41:31 +02:00
parent 2241b6ac39
commit 07c375d66a
2 changed files with 3 additions and 3 deletions

2
Jenkinsfile vendored
View File

@ -34,7 +34,7 @@ pipeline {
stage("Result")
{
steps{
archiveArtifacts 'srr.txt'
archiveArtifacts 'srr2.txt'
archiveArtifacts 'wer.txt'
archiveArtifacts 'newresults.tsv'
archiveArtifacts 'hypothesis.trn'

View File

@ -14,5 +14,5 @@ echo $COUNT_DIFF
let RESULT=$COUNT_DIFF/$COUNT
echo $(echo "$COUNT_DIFF/$COUNT" | bc -l)
echo $(echo "$COUNT_DIFF/$COUNT" | bc -l) >> srr.txt
echo "$(tail -50 "srr.txt")" > srr.txt
echo $(echo "$COUNT_DIFF/$COUNT" | bc -l) >> srr2.txt
echo "$(tail -50 "srr.txt")" > srr2.txt