1
0
Fork 0

removed currentbuild

This commit is contained in:
Christian Kühnel 2020-02-17 15:59:13 +00:00
parent 40863c71e9
commit 688a8f5a8f

View file

@ -109,7 +109,14 @@ pipeline {
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}"
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/" ^
--results-dir "${RESULT_DIR}" ^
--results-url "${RESULT_URL}" ^
--failures "${failure_message}"
"""
dir("${RESULT_DIR}") {
// upload results to