diff --git a/Jenkinsfile b/Jenkinsfile index a69081ebd..ae8fb6136 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -205,7 +205,10 @@ void makeReport() { TestsReport = TestsReport + "\r\n| " + testName + " | [" + testResult + "](" + testUrl + ") | " + formatTime(testTime) + " |" TestsReportXML = TestsReportXML + '<'+ testResult +'/>\n' } - TestsReport = TestsReport + "\r\n| We run $startedTestAmount out of $wholeTestAmount | | " + formatTime(totalTestTime) + " |" + TestsReport = TestsReport + "\r\n\r\n| Summary | Value |\r\n| ------- | ----- |" + TestsReport = TestsReport + "\r\n| Tests Run | $startedTestAmount/$wholeTestAmount |" + TestsReport = TestsReport + "\r\n| Job Duration | " + formatTime(currentBuild.duration / 1000) + " |" + TestsReport = TestsReport + "\r\n| Total Test Time | " + formatTime(totalTestTime) + " |" TestsReportXML = TestsReportXML + '\n' sh """