i've deployed bitbucket datacenter using the AWS quickstart into private networks with a public load balancer so jira can integrate.
This is the link to details on the quickstart architecture: https://aws.amazon.com/quickstart/architecture/bitbucket/
And I have a jenkins instance with a private load balancer. The bitbucket VPC an subnets can reach the Jenkins load balancer using peered networking and security groups are open.
However, bitbucket can't reach the load balancer when I create app link to jenkins:
Application 'Jenkins-primary' seems to be offline. Click here to Relocate.
I'm trying to use these instructions to connect bitbucket and jenkins.
https://plugins.jenkins.io/atlassian-bitbucket-server-integration/
Is there a better way to connect these two applications over private networking? Do I need to redeploy bitbucket?
If you're using the instructions listed here, when you add the application link URL's, add /login to the jenkins hostname.
The app link requires a 200 response from the jenkins server, and if you go to the default page of a jenkins instance, it throws a 403.
My app link is working now after making that change.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.