making build directory in the beginning
So that later steps can use that folder.
This commit is contained in:
parent
db831d4c0e
commit
608062e08c
1 changed files with 1 additions and 0 deletions
1
Jenkins/Phabricator-pipeline/Jenkinsfile
vendored
1
Jenkins/Phabricator-pipeline/Jenkinsfile
vendored
|
@ -44,6 +44,7 @@ pipeline {
|
|||
{
|
||||
git url: 'https://github.com/google/llvm-premerge-checks.git'
|
||||
}
|
||||
sh 'mkdir -p build'
|
||||
}
|
||||
}
|
||||
stage('arc patch') {
|
||||
|
|
Loading…
Reference in a new issue