From 608062e08ca4b92e1a1b58ce1b345e97668507d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20K=C3=BChnel?= Date: Mon, 18 Nov 2019 16:29:59 +0100 Subject: [PATCH] making build directory in the beginning So that later steps can use that folder. --- Jenkins/Phabricator-pipeline/Jenkinsfile | 1 + 1 file changed, 1 insertion(+) 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') {