Skip to content

Latest commit

 

History

History
32 lines (17 loc) · 1.34 KB

install-with-bitbucket.md

File metadata and controls

32 lines (17 loc) · 1.34 KB

Install Drone with Bitbucket

See the online documentaion:

How to register OAuth application

Go to your account setting in bitbucket, click OAuth under ACCESS MANAGEMENT menu on left sidebar and click Add consumer under OAuth consumers.

bitbucket-setup-01

You will see the following register page.

bitbucket-setup-02

Please make sure that your drone Callback URL setting. It is very import the authorization callback URL matches your http(s) scheme and hostname exactly with /authorize (0.8) /login (1.0) as the path.

bitbucket-setup-03

Check the following OAuth Permissions

bitbucket-setup-04

Copy Key and Secret in OAuth consumers

bitbucket-setup-06

Open your drone home page in your browser and login as BitBucket account.

bitbucket-setup-05