[BUG] Slack service messaging error parsing message "3.1.8.JBO"
echo "##teamcity[notification notifier='slack' message='3.1.8.JBO' sendTo='teamcity' connectionId='PROJECT_EXT_5']"Slack notifier: Found external domains that are not allowed by configuration: [3.1.8.JBO]. Will not send Slack notification.
In other way, next message working correctly.
echo "##teamcity[notification notifier='slack' message='3.1.8.0' sendTo='teamcity' connectionId='PROJECT_EXT_5']"What am I missing?
Please sign in to leave a comment.
I tested my guessing and here is
and got
Slack notifier: Found external domains that are not allowed by configuration: [3.1.8.JB]. Will not send Slack notification.I think this is because JB somewhere reserved as JetBrains reverence in the URL or something like that.
But for example
OR
works properly