Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Bitbucket runner

Hi Team,

I wan to implement "runner" in Bitbucket and I have admin access on one of the bitbucket repo too but I am unable to see runner option in repository setting. 

What could be the issue ? 

How to check if runner option is activated or not in our account ?

or suggest how to get runner option in bitbucket.

 

Regards,

Manoj Kumar

 

2 answers

0 votes
Theodora Boudale
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
Feb 01, 2023

Hi @manoj kumar,

I believe the reason may be that no other repo in that workspace has ever used Pipelines.

You can select the Pipelines option from the left sidebar when viewing the repo:

Screenshot 2023-02-01 at 16.01.20.png

 

Then, create and commit a bitbucket-pipelines.yml file in the repo from that page, and afterwards you should be able to see the option to create a runner in the Repository settings.

Please keep in mind that if you don't use the following option in your bitbucket-pipelines.yml file's steps

runs-on:
- 'self.hosted'

and if the pipeline you define there is the default one or one running on the repo's main branch, then the first Pipelines build will run in our own infrastructure and consume the workspace's billing minutes.

If you don't want that, you can add the above definition for self-hosted in the steps, and then the first build will fail (since no runner will be available) without consuming build minutes.

Please feel free to let me know how it goes and if you need anything further.

Kind regards,
Theodora

Hi Theodora,

we are using self managed bitbucket which is hosted on our servers.

and came to know that this feature is only available in Bitbucket SaaS version. is this correct ?

Regards,

Manoj kumar

Theodora Boudale
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
Feb 03, 2023

Hi Manoj,

Yes, this is correct. Pipelines and Pipelines Runners are only available for Bitbucket Cloud (repos hosted in https://bitbucket.org/) and not for Bitbucket Server or Data Center.

If you are using Bitbucket Server / Data Center, you can look into Bamboo. It is a CI/CD tool that you can integrate with your self-hosted instance.

Kind regards,
Theodora

0 votes
Mahesh Shinde
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
Jan 31, 2023

Hi @manoj kumar :

Please, refer this document, I hope it will solve your issue:

Link: https://support.atlassian.com/bitbucket-cloud/docs/adding-a-new-runner-in-bitbucket/

Thanks Mahesh for sharing the article but in our Bitbucket account Pipeline option is missing.

As runner comes under Pipeline section in Bitbucket but we cant see pipeline section in repo setting.

 

Regards,

Manoj Kumar

Hi Mahesh

we are using self managed bitbucket which is hosted on our servers.

and came to know that this feature is only available in Bitbucket SaaS version. is this correct ?

Regards,

Manoj kumar

Mahesh Shinde
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
Feb 02, 2023

Hi Manoj,

If you are using self managed Bitbucket server then its not available, in the request you have mentioned Deployment type: CLOUD and TAGS: Bitbucket Cloud which confuse us earlier.

Unfortunately, you can't get this feature in self hosted Bitbucket Server/Datacenter product.

 

Regards,

Mahesh Shinde

Like manoj kumar likes this

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PERMISSIONS LEVEL
Site Admin
TAGS
AUG Leaders

Atlassian Community Events