fixed stage name
This commit is contained in:
parent
8f72543819
commit
f85b0bac01
1 changed files with 1 additions and 1 deletions
2
Jenkins/Phabricator-pipeline/Jenkinsfile
vendored
2
Jenkins/Phabricator-pipeline/Jenkinsfile
vendored
|
@ -35,7 +35,7 @@ pipeline {
|
||||||
echo "Building diff ${DIFF_ID} with PHID ${PHID}"
|
echo "Building diff ${DIFF_ID} with PHID ${PHID}"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage("git checkout + arc patch"){
|
stage("git checkout"){
|
||||||
steps {
|
steps {
|
||||||
git url: 'https://github.com/llvm/llvm-project.git'
|
git url: 'https://github.com/llvm/llvm-project.git'
|
||||||
sh 'git clean -fdx'
|
sh 'git clean -fdx'
|
||||||
|
|
Loading…
Reference in a new issue