jenkinsfile

This commit is contained in:
unknown 2020-04-03 14:53:44 +02:00
parent 11fbd17066
commit 70171f010f

View File

@ -19,6 +19,6 @@ with open("helper.txt", "r") as f:
counter += 1
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()