1
0
Fork 0

added id output to build

This commit is contained in:
Christian Kühnel 2019-10-21 22:37:09 +02:00
parent 7aa09fd26e
commit b2fa5e3d58

View file

@ -23,6 +23,9 @@ pipeline {
PHABRICATOR_HOST = 'https://reviews.llvm.org'
}
stages {
stage("build info"){
echo 'Building diff ${DIFF_ID} with PHID ${PHID}'
}
stage("git checkout"){
steps {
git url: 'https://github.com/llvm/llvm-project.git'