You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.