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
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hello y'all,
Iam running a bitbucket runner in a kubernetes cluster.
It has been working fine until I needed to re-apply the job today.
When starting it up, I get this error:
docker-public.packages.atlassian.com/sox/atlassian/bitbucket-pipelines-runner
Appreciate all and any help, cause now it refuses to start and our builds are standing still.
Based on the error message you received, it seems like the jarfile has been corrupted. You may want to try removing and re-deploying the Kubernetes object spec for the Bitbucket Pipelines Docker-based Linux Runner in your cluster. Here are the steps you can follow:
1. Use `kubectl delete` command to delete the current deployment of the runner in your cluster.
2. Confirm that the runner has been deleted by running `kubectl get` command.
3. Reapply the job by running the Kubernetes object spec file that you used before.
4. Check the logs to confirm that the runner has started successfully. If the issue persists, you may want to consider using a different image for the runner or contacting Atlassian support for further assistance.
Yeah, tried that without any luck.
I ended up setting up a whole new runner in bitbucket and configuring my job according to that. It worked.
Thanks for your reply!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.