disabled junit results
This commit is contained in:
parent
5acf808e48
commit
2b508d1344
1 changed files with 2 additions and 1 deletions
3
Jenkins/master-windows-pipeline/Jenkinsfile
vendored
3
Jenkins/master-windows-pipeline/Jenkinsfile
vendored
|
@ -84,7 +84,8 @@ pipeline {
|
|||
gsutil cp *.* gs://llvm-premerge-checks/results/${MY_BUILD_ID}/
|
||||
"""
|
||||
}
|
||||
junit "${LLVM_DIR}\\build\\test-results.xml"
|
||||
// doesn't find junit results, not sure why...
|
||||
// junit "${LLVM_DIR}\\build\\test-results.xml"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue