1
0
Fork 0

disabled junit results

This commit is contained in:
Christian Kühnel 2019-12-20 08:53:05 +01:00
parent 5acf808e48
commit 2b508d1344

View file

@ -84,7 +84,8 @@ pipeline {
gsutil cp *.* gs://llvm-premerge-checks/results/${MY_BUILD_ID}/ 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"
} }
} }