Merge pull request #923 from mmitche/fix-xunit-results
Fix xunit test result call
This commit is contained in:
Коммит
717b350e79
|
@ -46,7 +46,7 @@ def static getBuildJobName(def configuration, def os) {
|
|||
}
|
||||
|
||||
// TODO: set to false after tests are fully enabled
|
||||
def skipIfNoTestFiles = 'true'
|
||||
def skipIfNoTestFiles = true
|
||||
|
||||
Utilities.simpleInnerLoopJobSetup(newJob, project, isPullRequest, "Jenkins ${os} ${configuration}")
|
||||
Utilities.addXUnitDotNETResults(newJob, 'tests/TestResults/**/*_Xml.xml', skipIfNoTestFiles)
|
||||
|
|
Загрузка…
Ссылка в новой задаче