using backslashes for paths
This commit is contained in:
parent
5aaf4587e5
commit
5acf808e48
1 changed files with 1 additions and 1 deletions
2
Jenkins/master-windows-pipeline/Jenkinsfile
vendored
2
Jenkins/master-windows-pipeline/Jenkinsfile
vendored
|
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue