Details
-
Bug
-
Status: Closed (View Workflow)
-
Blocker
-
Resolution: Cannot Reproduce
-
Jenkins 2.219 running containerized in Red Hat UBI7 7.7 base image
Bitbucket Server Integration 1.0.4
Description
The Bitbucket plugin does not appear to retain custom port/protocol configurations for Bitbucket Server. Instead it always defaults back to HTTPS/port 443.
I am trying to connect to an internally-exposed Kubernetes service endpoint http://bitbucket-svc:7990.
I can connect to the endpoint at the Manage System configuration page and even when I'm creating my Jenkins pipeline job. However, when I try to build the project, I can see in the logs it's connecting via HTTPS.
Steps to replicate:
- Configure the Bitbucket server location to use the default Bitbucket HTTP port 7990.
- Connect successfully from Manage System and pipeline job configuration
- Click "Build Now" and observe the protocol/port the plugin tries to connect to
Hi James, thanks for the report.
I followed your steps to replicate (using version 1.1.0 of the plugin) and found the correct protocol was being used. I've attached screenshots of the logs.
Given I was unable to replicate the issue, I will close this for now, but please feel free to reopen if you can find a way to reliably replicate. Thanks,
Martin