You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After reading #72 issue we expected to get working url parametrization on Success/Failure builds
Current Behavior
Seems it's not working in 0.9.35.72 version running on our server
Could you point us, which version we need to get working urls like that: https://exmaple.com/some_webhook/${hey_param}
payload type: json
configuration property: webhook.hey_param: heyhey
Expected Behavior
After reading #72 issue we expected to get working url parametrization on Success/Failure builds
Current Behavior
Seems it's not working in 0.9.35.72 version running on our server
Could you point us, which version we need to get working urls like that:
https://exmaple.com/some_webhook/${hey_param}
payload type: json
configuration property: webhook.hey_param: heyhey
after build finishes, we assume to get HTTP POST on https://exmaple.com/some_webhook/heyhey from teamcity server..
Thank you
The text was updated successfully, but these errors were encountered: