Service config setup for a BitBucket repo

The following are the details required for a service whose repository is hosted in bitbucket.

After selecting the git provider as BitBucket, the following details will be required as shown in the image.

Copy the clone url of your repository to fill the details.

Suppose if the url to clone your repositpry is https://bitbucket.org/ht-test/hypertest.git

  • Base URL will be bitbucket.org.

  • WorkSpace will be ht-test.

  • Repo Name will be hypertest.

The following are the steps to create a read access token which is required for running tests on the service.

  1. Click on "Repository settings" from the left menu and select "Access tokens" under Security.

  2. Click on "Create access token".

  3. Provide a name and expiry.

  4. Check the "Read" permission under Repositories.

  5. Click on create.

  6. Paste the newly created access token in Repo Access Token and click on verify config.

Last updated