added id output to build
This commit is contained in:
parent
7aa09fd26e
commit
b2fa5e3d58
1 changed files with 3 additions and 0 deletions
3
Jenkins/Phabricator-pipeline/Jenkinsfile
vendored
3
Jenkins/Phabricator-pipeline/Jenkinsfile
vendored
|
@ -23,6 +23,9 @@ pipeline {
|
||||||
PHABRICATOR_HOST = 'https://reviews.llvm.org'
|
PHABRICATOR_HOST = 'https://reviews.llvm.org'
|
||||||
}
|
}
|
||||||
stages {
|
stages {
|
||||||
|
stage("build info"){
|
||||||
|
echo 'Building diff ${DIFF_ID} with PHID ${PHID}'
|
||||||
|
}
|
||||||
stage("git checkout"){
|
stage("git checkout"){
|
||||||
steps {
|
steps {
|
||||||
git url: 'https://github.com/llvm/llvm-project.git'
|
git url: 'https://github.com/llvm/llvm-project.git'
|
||||||
|
|
Loading…
Reference in a new issue