added steps
This commit is contained in:
parent
b2fa5e3d58
commit
ac61475fe2
1 changed files with 3 additions and 1 deletions
2
Jenkins/Phabricator-pipeline/Jenkinsfile
vendored
2
Jenkins/Phabricator-pipeline/Jenkinsfile
vendored
|
@ -24,8 +24,10 @@ pipeline {
|
|||
}
|
||||
stages {
|
||||
stage("build info"){
|
||||
steps {
|
||||
echo 'Building diff ${DIFF_ID} with PHID ${PHID}'
|
||||
}
|
||||
}
|
||||
stage("git checkout"){
|
||||
steps {
|
||||
git url: 'https://github.com/llvm/llvm-project.git'
|
||||
|
|
Loading…
Reference in a new issue