1
0
Fork 0

added echo on

This commit is contained in:
Christian Kühnel 2020-02-17 15:47:28 +00:00
parent 2a22097c44
commit 40863c71e9

View file

@ -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}") {