added missing "steps"
This commit is contained in:
parent
e6eb7bb18a
commit
5b4a99fa12
1 changed files with 4 additions and 2 deletions
6
Jenkins/Phabricator-pipeline/Jenkinsfile
vendored
6
Jenkins/Phabricator-pipeline/Jenkinsfile
vendored
|
@ -20,8 +20,10 @@ pipeline {
|
|||
}
|
||||
stages {
|
||||
stage("git checkout"){
|
||||
git url: 'https://github.com/llvm/llvm-project.git'
|
||||
// https://github.com/google/llvm-premerge-checks.git
|
||||
steps {
|
||||
git url: 'https://github.com/llvm/llvm-project.git'
|
||||
// https://github.com/google/llvm-premerge-checks.git
|
||||
}
|
||||
}
|
||||
stage('Build') {
|
||||
steps {
|
||||
|
|
Loading…
Reference in a new issue