From dcb90b4eeadea46b817ed1d44cffa02b0b2000c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20K=C3=BChnel?= Date: Fri, 29 Nov 2019 12:37:38 +0000 Subject: [PATCH] disabled git clean --- Jenkins/master-windows-pipeline/Jenkinsfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Jenkins/master-windows-pipeline/Jenkinsfile b/Jenkins/master-windows-pipeline/Jenkinsfile index 2218428..7708c36 100644 --- a/Jenkins/master-windows-pipeline/Jenkinsfile +++ b/Jenkins/master-windows-pipeline/Jenkinsfile @@ -27,7 +27,8 @@ pipeline { stage("git checkout"){ steps { git url: 'https://github.com/llvm/llvm-project.git' - sh 'git clean -fdx' + // check if this also works on windows + //sh 'git clean -fdx' sh 'mkdir -p llvm-premerge-checks' dir("llvm-premerge-checks") {