mirror of
https://github.com/reactos/buildbot_config.git
synced 2024-11-26 21:20:27 +00:00
Include the comment in the submit result
This commit is contained in:
parent
11213ea3ed
commit
180ba84d52
@ -19,6 +19,8 @@ echo "* Using builder $TESTMAN_BUILDER."
|
||||
COMMENT="Build $1"
|
||||
if [ "$ATTACHMENT_ID" != "" ]; then
|
||||
COMMENT+=", ID: $ATTACHMENT_ID, Reason: $2"
|
||||
elif [ "$2" != "" -a "$2" != "None" ]; then
|
||||
COMMENT+=", $2"
|
||||
fi
|
||||
|
||||
TESTMAN_OUT=`wget -q -O - "https://reactos.org/testman/webservice/buildbot_aggregator.php?sourceid=$TESTMAN_ID&password=$TESTMAN_PASS&builder=$TESTMAN_BUILDER&platform=0&build=$1&comment=$COMMENT"`
|
||||
|
Loading…
Reference in New Issue
Block a user