Closed sheikhjebran closed 3 years ago
Describe the bug The LinkButton navigate me to null page
To Reproduce Steps to reproduce the behavior:
my_teams_message = pymsteams.connectorcard(webhook_url) my_teams_message.addLinkButton("JenkinsJob", pyutilityconfig.BUILD_URL) my_teams_message.send()
Expected behavior when the URL is " http://www.google.com it works , but when the i use my Jenkins-URL then it navigate to null
Screenshots
Additional context The button works fine for "http://www.google.com" but it dont work for my jenkins URL
This is going to be a problem with how Microsoft handles the url, not something that can be corrected on the pymsteams side.
Describe the bug The LinkButton navigate me to null page
To Reproduce Steps to reproduce the behavior:
CODE below
my_teams_message = pymsteams.connectorcard(webhook_url) my_teams_message.addLinkButton("JenkinsJob", pyutilityconfig.BUILD_URL) my_teams_message.send()
Expected behavior when the URL is " http://www.google.com it works , but when the i use my Jenkins-URL then it navigate to null
Screenshots
Additional context The button works fine for "http://www.google.com" but it dont work for my jenkins URL