From 0ba33dd7cd2a0c794eef277cb7e6180fc0ca5e15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20K=C3=BChnel?= Date: Thu, 23 Jan 2020 13:03:52 +0100 Subject: [PATCH] added rd to arc stage --- Jenkins/Phabricator-windows-pipeline/Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkins/Phabricator-windows-pipeline/Jenkinsfile b/Jenkins/Phabricator-windows-pipeline/Jenkinsfile index d8c75f4..3831703 100644 --- a/Jenkins/Phabricator-windows-pipeline/Jenkinsfile +++ b/Jenkins/Phabricator-windows-pipeline/Jenkinsfile @@ -48,6 +48,7 @@ pipeline { echo "getting llvm-project... " dir("llvm-project") { + bat "rd /s/q build" git url: 'https://github.com/llvm/llvm-project.git' } powershell "New-Item -ItemType Directory -Force -Path ${RESULT_DIR}"