jenkinsfile

This commit is contained in:
unknown 2020-04-03 16:02:21 +02:00
parent 3c20603d92
commit f0cfcb695d

View File

@ -28,7 +28,7 @@ with open("helper.txt", "r") as f:
globalPercent += sum
counter += 1
werArray.append(sum)
wer.write(lastId + " = " + str(sum) + "%\n")
#wer.write(lastId + " = " + str(sum) + "%\n")
wer.write("AVG: " + str(float((globalPercent) / (float(counter) * 100)*100)) + "%\n\n\n\n")
ssr.write(str(float(ssrCounter)/float(counter) * 100) + "%\n")