added checkout
This commit is contained in:
parent
3c705c4218
commit
e042eb8b2e
1 changed files with 9 additions and 1 deletions
10
Jenkins/Phabricator-pipeline/Jenkinsfile
vendored
10
Jenkins/Phabricator-pipeline/Jenkinsfile
vendored
|
@ -14,8 +14,16 @@
|
||||||
|
|
||||||
pipeline {
|
pipeline {
|
||||||
agent any
|
agent any
|
||||||
|
parameters {
|
||||||
|
string(name: 'DIFF_ID')
|
||||||
|
string(name: 'PHID')
|
||||||
|
}
|
||||||
stages {
|
stages {
|
||||||
|
stage("git checkout"){
|
||||||
|
git url: 'https://github.com/llvm/llvm-project.git'
|
||||||
|
)
|
||||||
|
// https://github.com/google/llvm-premerge-checks.git
|
||||||
|
}
|
||||||
stage('Build') {
|
stage('Build') {
|
||||||
steps {
|
steps {
|
||||||
echo 'Building..'
|
echo 'Building..'
|
||||||
|
|
Loading…
Reference in a new issue