jenkinsfile

This commit is contained in:
unknown 2020-04-03 15:10:13 +02:00
parent 6b918799a6
commit 5fdf9125c0

View File

@ -25,6 +25,6 @@ with open("helper.txt", "r") as f:
wer.write(lastId + " = " + str(sum) + "%\n")
wer.write("AVG: " + str(float((globalPercent) / (float(counter) * 100)*100)) + "%")
ssr.write(str((int(ssr)/int(counter))) + "%")
ssr.write(str((int(ssr)/int(counter)) * 100) + "%")
wer.close()
ssr.close()