fix call to phabtalk.py
This commit is contained in:
parent
4577fa81cd
commit
a3cb3b11d3
1 changed files with 4 additions and 2 deletions
4
Jenkins/Phabricator-pipeline/Jenkinsfile
vendored
4
Jenkins/Phabricator-pipeline/Jenkinsfile
vendored
|
@ -33,6 +33,7 @@ pipeline {
|
|||
stage("build info"){
|
||||
steps {
|
||||
echo "Building diff ${DIFF_ID} with PHID ${PHID}"
|
||||
currentBuild.description = "diff ${DIFF_ID}"
|
||||
}
|
||||
}
|
||||
stage("git checkout"){
|
||||
|
@ -77,6 +78,7 @@ pipeline {
|
|||
}
|
||||
post {
|
||||
always {
|
||||
|
||||
echo "Console log is available at ${RESULT_URL}"
|
||||
dir("${TARGET_DIR}") {
|
||||
// copy console log to result folder
|
||||
|
@ -105,7 +107,7 @@ EOF
|
|||
--comment-file "${PHAB_LOG}" \
|
||||
--host "${PHABRICATOR_HOST}/api/" \
|
||||
--buildresult ${currentBuild.result} \
|
||||
---clang-format-patch "${TARGET_DIR}/clang-format.patch"
|
||||
--clang-format-patch "${TARGET_DIR}/clang-format.patch"
|
||||
"""
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue