1
0
Fork 0

making build directory in the beginning

So that later steps can use that folder.
This commit is contained in:
Christian Kühnel 2019-11-18 16:29:59 +01:00
parent db831d4c0e
commit 608062e08c

View file

@ -44,6 +44,7 @@ pipeline {
{
git url: 'https://github.com/google/llvm-premerge-checks.git'
}
sh 'mkdir -p build'
}
}
stage('arc patch') {