jenkinsfile
This commit is contained in:
parent
11fbd17066
commit
70171f010f
@ -19,6 +19,6 @@ with open("helper.txt", "r") as f:
|
|||||||
counter += 1
|
counter += 1
|
||||||
wer.write(lastId + " = " + str(sum) + "%\n")
|
wer.write(lastId + " = " + str(sum) + "%\n")
|
||||||
|
|
||||||
wer.write("AVG: " + str(int((globalPercent) / (int(counter) * 100))*100) + "%")
|
wer.write("AVG: " + str(int((globalPercent) / (int(counter) * 100)*100)) + "%")
|
||||||
|
|
||||||
wer.close()
|
wer.close()
|
Loading…
Reference in New Issue
Block a user