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") {