bitbucket Questions

5

I have found bitbucket api like: https://bitbucket.org/api/2.0/repositories/{teamname} But this link return 301 status (moved permanently to !api/2.0/repositories/{teamname}). Ok, but this one ...
Equalize asked 6/5, 2014 at 9:25

3

I enabled two-factor authentication in Bitbucket, then created an app password. Where should I configure this app password in SourceTree?

1

Solved

I have my global Angular CLI version (13.0.1) and the local version in the project is (10.2.3). All things was good, I did some change in some components (I didn't touche package.json) and when I r...
Desegregate asked 15/12, 2021 at 9:0

2

I have a simple Bitbucket Pipelines configuration: image: node:12.16.3 pipelines: pull-requests: '**': - step: caches: - node script: - yarn install - yarn test The test script produces...
Tachycardia asked 2/5, 2020 at 23:58

2

Solved

I want to whitelist Bitbucket IP by adding it to the security group of EC2 instance. I have followed the steps on link : https://bitbucket.org/blog/new-ip-addresses-bitbucket-cloud I have added ...
Cardwell asked 28/8, 2019 at 10:32

8

Solved

I am quite new to git, and I had been working on a small side project for the last 2 months and had been pushing stuff onto bitbucket with no problems. A couple of days ago, I zipped my project fol...
Khoisan asked 3/6, 2013 at 14:33

5

Solved

I cannot find an option to delete a PR on BitBucket. Am I overlooking something or it's really not possible?
Consistory asked 22/9, 2020 at 8:26

1

The idea: On every push to a git repo, new Jenkins task build should be started. If the change is: new branch created - Jenkins will get the source, do some setup and run a Docker container, where...
Sash asked 16/6, 2016 at 16:24

4

Solved

How can I search the commit message in BitBucket? I can only search the codes but that doesn't help me. I want to find the keyword HDMI in the commit title for example.
Welterweight asked 13/10, 2017 at 20:24

2

Everything was working perfectly fine. Did some git pushes with no problems. Today I decided to update my framework to the latest version, so it changed the directory structure of my project a bit....
Botello asked 27/10, 2015 at 19:55

3

Solved

I've got a repo on Bitbucket that only I have write access to. Someone forked that repo, made changes and issued a pull request to my repo from the fork. How can I get that pull request as a git ...
Rosemaryrosemond asked 18/10, 2013 at 18:39

1

We are using Bitbucket as a remote server for version control system. Project is developed in Java using Eclipse IDE (Luna version). We are using integrated Git feature for managing source code ver...
Camail asked 19/4, 2018 at 9:12

0

Currently, the way I have my pipelines setup is having each step run on 'self.hosted' runners. I do it this way so I don't have to spend Bitbucket build minutes. Every time the pipeline runs, I can...
Newel asked 3/11, 2021 at 18:40

9

Solved

I have a project which I have been on for ages which is not connected to any source code repository. I want to start using BitBucket now, however I am not sure how to go about it. I have created a...
Subak asked 26/3, 2012 at 10:39

1

Background I have about 21 private repositories with maven projects in. these projects are connected to a Jenkins server. Each project has a max of 8 scripts in it to stop it taking excessive amou...
Thurgau asked 19/8, 2015 at 14:47

11

Solved

I am trying to create a Jenkins workflow using a Jenkinsfile. All I want it to do is monitor the 'develop' branch for changes. When a change occurs, I want it to git tag and merge to master. I am u...
Arsenate asked 4/8, 2016 at 14:18

2

I am new to bitbucket pipelines and trying to deploy my code via bitbucket pipelines by using javaScript. My question is can we declare variables like (ex: var flag = false) and then write if/else ...

2

My environment in local: Git connecting with Bitbucket Sourcetree with git-flow Steps I create a feature x in Sourcetree then I add the code. I do a commit including the option to create a pu...
Galegalea asked 23/1, 2020 at 19:59

4

ssh: connect to host bitbucket.org port 22: Connection timed out fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. My f...
Sempiternal asked 28/8, 2018 at 12:18

2

I am new to git-lfs, Following are the steps I configured and tried to push git-lfs git clone [email protected]:group/project.git copied a tar.gz lfs file from different repo to my current rep...
Tacklind asked 12/10, 2020 at 11:1

4

Solved

I've created a pull request and I've merged it to an wrong branch. How can I revert it? As far I've been to figuring out taking a look over there, I'm able to hard reset the destination branch... ...
Schaefer asked 11/7, 2016 at 8:13

4

Solved

I have a gitlab Repository and I want it to update it on the bitbucket account. Please provide me steps to follow, so that it can be helpful to me to migrate it in bitbucket from Gitlab.
Austine asked 22/5, 2017 at 6:37

4

First of all, I'm not asking what does it mean or how to change it. The thing what interest me most is: how can I see what's already in repo? What type of line endings. I have my repositories on g...
Injure asked 4/3, 2016 at 16:23

1

Reference to this post: How to add referenced library JAR files using relative path for eclipse Java project in vscode I need to convert this project to use a Build technology since the referenced ...
Madelynmademoiselle asked 29/9, 2021 at 20:1

1

There is LFS git repository hosted at Bitbucket server. Now we do not need LFS. How to migrate from git LFS repository back to normal repository? If repo with LFS - there are "pointers" instead o...
Tentative asked 1/11, 2016 at 17:16

© 2022 - 2024 — McMap. All rights reserved.