added echo on
This commit is contained in:
parent
2a22097c44
commit
40863c71e9
1 changed files with 1 additions and 0 deletions
|
@ -108,6 +108,7 @@ pipeline {
|
|||
/// send results to Phabricator
|
||||
echo "Sending build feedback to Phabricator..."
|
||||
bat """
|
||||
echo on
|
||||
python ${SCRIPT_DIR}/phabtalk/phabtalk.py "${PHID}" "${DIFF_ID}" --workspace "${LLVM_DIR}" --conduit-token "${CONDUIT_TOKEN}" --test-result-file "test-results.xml" --host "${PHABRICATOR_HOST}/api/" --buildresult ${currentBuild.result} --results-dir "${RESULT_DIR}" --results-url "${RESULT_URL}" --failures "${failure_message}"
|
||||
"""
|
||||
dir("${RESULT_DIR}") {
|
||||
|
|
Loading…
Reference in a new issue