HBASE-20638 nightly source artifact testing should fail the stage if it's going to report an error on jira

Signed-off-by: Michael Stack <stack@apache.org>
This commit is contained in:
Sean Busbey 2018-05-24 08:33:32 -05:00
parent 09dac89908
commit 1792f541c6
1 changed files with 1 additions and 0 deletions

View File

@ -480,6 +480,7 @@ curl -L -o personality.sh "${env.PROJECT_PERSONALITY}"
echo '(/) {color:green}+1 source release artifact{color}\n-- See build output for details.' >output-srctarball/commentfile
else
echo '(x) {color:red}-1 source release artifact{color}\n-- See build output for details.' >output-srctarball/commentfile
exit 1
fi
"""
}