update Jenkinsfile
This commit is contained in:
parent
2241b6ac39
commit
07c375d66a
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -34,7 +34,7 @@ pipeline {
|
|||||||
stage("Result")
|
stage("Result")
|
||||||
{
|
{
|
||||||
steps{
|
steps{
|
||||||
archiveArtifacts 'srr.txt'
|
archiveArtifacts 'srr2.txt'
|
||||||
archiveArtifacts 'wer.txt'
|
archiveArtifacts 'wer.txt'
|
||||||
archiveArtifacts 'newresults.tsv'
|
archiveArtifacts 'newresults.tsv'
|
||||||
archiveArtifacts 'hypothesis.trn'
|
archiveArtifacts 'hypothesis.trn'
|
||||||
|
4
count.sh
4
count.sh
@ -14,5 +14,5 @@ echo $COUNT_DIFF
|
|||||||
|
|
||||||
let RESULT=$COUNT_DIFF/$COUNT
|
let RESULT=$COUNT_DIFF/$COUNT
|
||||||
echo $(echo "$COUNT_DIFF/$COUNT" | bc -l)
|
echo $(echo "$COUNT_DIFF/$COUNT" | bc -l)
|
||||||
echo $(echo "$COUNT_DIFF/$COUNT" | bc -l) >> srr.txt
|
echo $(echo "$COUNT_DIFF/$COUNT" | bc -l) >> srr2.txt
|
||||||
echo "$(tail -50 "srr.txt")" > srr.txt
|
echo "$(tail -50 "srr.txt")" > srr2.txt
|
||||||
|
Loading…
Reference in New Issue
Block a user