1
0
Fork 0

using backslashes for paths

This commit is contained in:
Christian Kühnel 2019-12-19 15:19:48 +01:00
parent 5aaf4587e5
commit 5acf808e48

View file

@ -84,7 +84,7 @@ 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/*.xml" junit "${LLVM_DIR}\\build\\test-results.xml"
} }
} }