changed mkdir command
This commit is contained in:
parent
4ae3af5d7f
commit
15cc357b0a
1 changed files with 1 additions and 1 deletions
2
Jenkins/master-windows-pipeline/Jenkinsfile
vendored
2
Jenkins/master-windows-pipeline/Jenkinsfile
vendored
|
@ -28,7 +28,7 @@ pipeline {
|
||||||
steps {
|
steps {
|
||||||
git url: 'https://github.com/llvm/llvm-project.git'
|
git url: 'https://github.com/llvm/llvm-project.git'
|
||||||
pwsh 'git clean -fdx'
|
pwsh 'git clean -fdx'
|
||||||
pwsh 'mkdir llvm-premerge-checks'
|
pwsh 'New-Item -ItemType Directory -Force -Path llvm-premerge-checks'
|
||||||
dir("llvm-premerge-checks")
|
dir("llvm-premerge-checks")
|
||||||
{
|
{
|
||||||
git url: 'https://github.com/google/llvm-premerge-checks.git'
|
git url: 'https://github.com/google/llvm-premerge-checks.git'
|
||||||
|
|
Loading…
Reference in a new issue