update Jenkinsfile
This commit is contained in:
parent
25be3a0a3c
commit
2ca0f5cedd
4
count.sh
4
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) >> srr2.txt
|
||||
echo "$(tail -50 "srr2.txt")" > srr2.txt
|
||||
echo $(echo "$COUNT_DIFF/$COUNT" | bc -l) > srr.txt
|
||||
echo "$(tail -50 "srr.txt")" > srr.txt
|
||||
|
Loading…
Reference in New Issue
Block a user