[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?

0
1 comment

I tested my guessing and here is

echo "##teamcity[notification notifier='slack' message='3.1.8.JB' sendTo='teamcity' connectionId='PROJECT_EXT_5']"

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 

echo "##teamcity[notification notifier='slack' message='JB' sendTo='teamcity' connectionId='PRO0JECT_EXT_5']"

OR

echo "##teamcity[notification notifier='slack' message='JB.1.1.1' sendTo='teamcity' connectionId='PROJECT_EXT_5']"

works properly

0

Please sign in to leave a comment.