1
0
Fork 0

fixed stage name

This commit is contained in:
Christian Kühnel 2019-11-18 17:13:19 +01:00
parent 8f72543819
commit f85b0bac01

View file

@ -35,7 +35,7 @@ pipeline {
echo "Building diff ${DIFF_ID} with PHID ${PHID}"
}
}
stage("git checkout + arc patch"){
stage("git checkout"){
steps {
git url: 'https://github.com/llvm/llvm-project.git'
sh 'git clean -fdx'