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
Unfortunately the plugin seems to drop the context root when connecting to Jenkins.
Under System Console -> Plugin Management -> Jenkins Plugin Settings -> Jenkins URL I have configured something like https://myjenkins.me/jenkins (just the URL I can browse Jenkins using web browser).
When I type /jenkins connect <user> <token> I get an error connecting to Jenkins, the Mattermost Log indicates the plugin tries to connect to https://<user>:<token>@myjenkins.me instead of https://<user>:<token>@myjenkins.me/jenkins .
Is there an opportunity to configure a context root with the Jenkins URL?
Plugin Version: 1.1.0
Mattermost Team Edition Version: 5.27.0
The text was updated successfully, but these errors were encountered:
Unfortunately the plugin seems to drop the context root when connecting to Jenkins.
Under System Console -> Plugin Management -> Jenkins Plugin Settings -> Jenkins URL I have configured something like
https://myjenkins.me/jenkins
(just the URL I can browse Jenkins using web browser).When I type
/jenkins connect <user> <token>
I get an error connecting to Jenkins, the Mattermost Log indicates the plugin tries to connect tohttps://<user>:<token>@myjenkins.me
instead ofhttps://<user>:<token>@myjenkins.me/jenkins
.Is there an opportunity to configure a context root with the Jenkins URL?
Plugin Version: 1.1.0
Mattermost Team Edition Version: 5.27.0
The text was updated successfully, but these errors were encountered: