Questions tagged [bitbucket-cloud]

Bitbucket Cloud is the online version of Atlassian's Git repository management service, publicly hosted by Atlassian servers at bitbucket.org. It hosts git repositories, along with associated project wikis, issue trackers, CI pipelines, pull requests, and user-managed download files.

Bitbucket Cloud is the online version of Atlassian's Git repository management service, publicly hosted by Atlassian at bitbucket.org. This hosting service provides both free and paid subscription options. It hosts git repositories, along with associated project wikis, issue trackers, CI pipelines, pull requests, and user-managed download files.

Should not be confused with [bitbucket-server] aka Bitbucket data center, which is an enterprise server software package that organizations can purchase to host a private Bitbucket server instance on their own server hardware.

179 questions
1
vote
1 answer

Bitbucket Pipeline deployment scrip to three different environments

I am trying to make a bitbucket pipeline so I can deploy to three environments (Developing, production, testing). I have this but it seems not to work as intended image: maven:3.3.9 pipelines: default: - step: name: Build and Test …
1
vote
2 answers

How to include credentials using bitbucket webhooks

I am using this interface: If I want to ping our Jenkins server, we need credentials to do, for example with cURL it would look like: curl -u ${user}:${password} http://jenkins.teros.io/job/demo/build?token=demo_interos_token so is there a way…
user5047085
1
vote
1 answer

How to create a Project in Bitbucket Cloud using Rest API?

I'm referring this Bitbucket API documentation for creating a new project within a team. But getting 404 error: There is no API hosted at this URL.\n\nFor information about our API's, please refer to the documentation at:…
Vijay
  • 99
  • 1
  • 1
  • 9
1
vote
1 answer

How to restrict bitbucket access from another ip's

Is there any way we can restrict bitbucket access from out of office due to security purpose. We want to access bitbucket by with only our statics ip's. Please suggest.
Sameer
  • 91
  • 2
  • 7
1
vote
0 answers

Bitbucket Cloud Pipelines: How to deploy Vue-Cli app to bitbucket.io as static web host?

My plan is to use Bitbucket Cloud as a static web host for my single page application built with the Vue-Cli (VueJS). In the process, I wanted to setup Bitbucket's Pipeline feature so I can commit code that would automatically deploy to my repo at…
redshift
  • 4,815
  • 13
  • 75
  • 138
1
vote
1 answer

Best way to apply regex policy to BitBucket Cloud commit messages?

Is there a way to implement a commit message policy on BitBucket Cloud? From my understanding, the webhooks only work as commit notifications and can not intervene with the commits (to deny the commit if the commit message does not follow the set…
1
vote
4 answers

Submodule: Permission denied (publickey)

We have a weird issue with our git repository. We reference two submodules (not sure if it matters: the one that makes troubles lies on bitbucket cloud while the repo and the other submodule lie on the same bitbucket server instance) If someone…
friday
  • 1,358
  • 1
  • 14
  • 23
1
vote
1 answer

Bitbucket- Webhook returning 302

I have a BitBucket Repository in the cloud, I have Sourcetree that pushes my code from my local machine to the BitBucket Repository. In the BitBucket Repository I have setup a webhook that should push my changes to the production URL. My URL is…
Naeem
  • 19
  • 5
1
vote
1 answer

Do I need to import code to VSTS?

I am having my repository at bitbucket, now for CI I am creating build definition on VSTS, please note that due to team constraints, I need to continue bitbucket, so I had configured VSTS to trigger build when changes are made to master branch. Now…
1
vote
0 answers

How to fetch code additions and deletions from Bitbucket API 2

In the GitHub API we have the possibility to get stats from a specific commit. E.g.: "stats": { "additions": 104, "deletions": 4, "total": 108 } I would like to know if for Bitbucket API V2 we have the same feature, I'm…
g__n
  • 179
  • 2
  • 12
1
vote
1 answer

Integrate BitBucket Private Repository with Gitbook Private Book

I want to integrate my private bitbucket repository with gitbook private book. Anyone could suggest a way to do so? Thanks in advance.
Babar Javaid
  • 33
  • 1
  • 7
1
vote
0 answers

Building Dependent Projects in Two Different Repos

I tried to build a project B which is dependent on project A through Bitbucket Pipelines. Both are in different repositories in Bitbucket. When i tried to Build project B, I am getting an errror like missing dependency A.jar file. Is there any…
1
vote
1 answer

Unable to push into public repository in Bitbucket cloud

I have been using bitucket server and recently an external vendor had setup a repository on bitbucket cloud. We have a corporate proxy as well. I am having issues pushing changes to public repo or cloning private repo on bitbucket cloud. Issues: (…
VVP
  • 766
  • 4
  • 14
  • 39
1
vote
2 answers

Commit new file in Bitbucket Cloud generates "We had trouble committing your changes"

I created a new file in Bitbucket Cloud (using the web interface - bitbucket.org). I followed the next steps: copied & pasted a value as file name added a file content clicked on Commit changed the default commit message Commit and I got the…
ROMANIA_engineer
  • 54,432
  • 29
  • 203
  • 199
1
vote
1 answer

Trigger Teamcity build from bitbucket cloud on pull request

I have been trying to trigger a build on TC on PR but the refs I have access to TC doesnt include refs/pull or refs/pull-request. Is this a Bitbucket cloud thing? Given that being the case how do I trigger build specifically on pull request?
ramesh
  • 2,296
  • 4
  • 19
  • 29