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
{{ message }}
This repository was archived by the owner on Jun 9, 2021. It is now read-only.
Plugin version used: I don't know (I can't find this in the UI of the plugin and I'm not an administrator)
Bitbucket Server version used: 5.16.0
I am trying to notify TFS of a successful merge in Bitbucket in order to kick off a CI build but our TFS instance uses Windows Authentication so the notification always gets a http 401 response. I don't have sufficient access to upload my own plugin to a Bitbucket server to develop a PR. I want the plugin to send the equivalent of: curl --ntlm -u user:pass http://some-tfs-rest-webapi-endpoint
I imagine a "Use NTLM" checkbox next to the user name and password inputs in the plugin's UI.