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 {
|
stages {
|
||||||
stage("git checkout"){
|
stage("git checkout"){
|
||||||
git url: 'https://github.com/llvm/llvm-project.git'
|
steps {
|
||||||
// https://github.com/google/llvm-premerge-checks.git
|
git url: 'https://github.com/llvm/llvm-project.git'
|
||||||
|
// https://github.com/google/llvm-premerge-checks.git
|
||||||
|
}
|
||||||
}
|
}
|
||||||
stage('Build') {
|
stage('Build') {
|
||||||
steps {
|
steps {
|
||||||
|
|
Loading…
Reference in a new issue