diff --git a/Jenkinsfile b/Jenkinsfile index a67c96a..7650a2f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -34,7 +34,7 @@ pipeline { stage("Result") { steps{ - archiveArtifacts 'srr.txt' + archiveArtifacts 'srr2.txt' archiveArtifacts 'wer.txt' archiveArtifacts 'newresults.tsv' archiveArtifacts 'hypothesis.trn' diff --git a/count.sh b/count.sh index a382468..8ca81c5 100644 --- a/count.sh +++ b/count.sh @@ -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