diff --git a/Jenkins/Phabricator-pipeline/Jenkinsfile b/Jenkins/Phabricator-pipeline/Jenkinsfile index 58c8094..a3925b4 100644 --- a/Jenkins/Phabricator-pipeline/Jenkinsfile +++ b/Jenkins/Phabricator-pipeline/Jenkinsfile @@ -44,6 +44,7 @@ pipeline { { git url: 'https://github.com/google/llvm-premerge-checks.git' } + sh 'mkdir -p build' } } stage('arc patch') {