1
0
Fork 0

disabled git clean

This commit is contained in:
Christian Kühnel 2019-11-29 12:37:38 +00:00
parent d009a3bb22
commit dcb90b4eea

View file

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