using Jenkins to manage git checkout again
This commit is contained in:
parent
f3bc980e4f
commit
4a88b03a4b
1 changed files with 2 additions and 3 deletions
5
Jenkins/master-windows-pipeline/Jenkinsfile
vendored
5
Jenkins/master-windows-pipeline/Jenkinsfile
vendored
|
@ -37,12 +37,11 @@ pipeline {
|
||||||
git url: 'https://github.com/google/llvm-premerge-checks.git'
|
git url: 'https://github.com/google/llvm-premerge-checks.git'
|
||||||
}
|
}
|
||||||
echo "getting llvm-project... "
|
echo "getting llvm-project... "
|
||||||
powershell "${SCRIPT_DIR}/git_checkout.ps1"
|
//powershell "${SCRIPT_DIR}/git_checkout.ps1"
|
||||||
/* dir("llvm-project")
|
dir("llvm-project")
|
||||||
{
|
{
|
||||||
git url: 'https://github.com/llvm/llvm-project.git'
|
git url: 'https://github.com/llvm/llvm-project.git'
|
||||||
}
|
}
|
||||||
*/
|
|
||||||
powershell "New-Item -ItemType Directory -Force -Path ${RESULT_DIR}"
|
powershell "New-Item -ItemType Directory -Force -Path ${RESULT_DIR}"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue