1
0
Fork 0

added junit

This commit is contained in:
Christian Kühnel 2019-12-19 09:14:33 +00:00
parent cc02e04835
commit 26c5f05f97

View file

@ -84,6 +84,7 @@ pipeline {
gsutil cp *.* gs://llvm-premerge-checks/results/${MY_BUILD_ID}/
"""
}
junit "${LLVM_DIR}/build/*.xml"
}
}