1
0
Fork 0

using Jenkins to manage git checkout again

This commit is contained in:
Christian Kühnel 2019-12-18 16:06:07 +01:00
parent f3bc980e4f
commit 4a88b03a4b

View file

@ -37,12 +37,11 @@ pipeline {
git url: 'https://github.com/google/llvm-premerge-checks.git'
}
echo "getting llvm-project... "
powershell "${SCRIPT_DIR}/git_checkout.ps1"
/* dir("llvm-project")
//powershell "${SCRIPT_DIR}/git_checkout.ps1"
dir("llvm-project")
{
git url: 'https://github.com/llvm/llvm-project.git'
}
*/
powershell "New-Item -ItemType Directory -Force -Path ${RESULT_DIR}"
}
}