Questions tagged [bitbucket]

50 questions
5
votes
1 answer

how to migrate all repos from gitlab to bitbucket

My company is evaluating bitbucket as our central VCS. We currently use gitlab 7.13.4. We have looked for an automated way to migrate all of our gitlab repos into bitbucket but my searches have come up empty. There are plenty of examples for…
chicks
  • 3,639
  • 10
  • 26
  • 36
4
votes
3 answers

Trigger Jenkins job from Bitbucket Pull Request

There are various ways to trigger a Jenkins job from an SCM like Bitbucket, but what I want to do specifically is trigger a build using the branch that is the source of the Pull Request. Up to now, we have used the Bitbucket Pull Request Builder,…
Garreth McDaid
  • 3,399
  • 26
  • 41
2
votes
1 answer

How to change repository user privileges via Bitbucket API 2.0?

I'm looking for option to change repository user privileges via API 2.0. But at tutorial I find only option for API 1.0 wich is deprecated - https://confluence.atlassian.com/bitbucket/groups-endpoint-296093143.html. When I looking through…
Kein
  • 121
  • 3
  • 14
2
votes
0 answers

shell request failed on channel 0 putty

I'm trying to pull from bitbucket through Jenkins in our AWS windows server. Jenkins is using the System User so I need to accept the host key in order for it to work because Jenkins doesn't provide user input for me to enter yes. I used psexec…
2
votes
0 answers

BitBucket Server -- running multiple server proxies?

I've got BitBucket server 5.11 I'd like to run multiple proxies in front of it, with different hostnames. So that bitbucket.corp.com as well as corp.bitbucket.com can be hosted on seperate proxies. We terminate SSL at the proxy. You can set up a…
Mr.Budris
  • 205
  • 1
  • 2
  • 10
2
votes
1 answer

Jenkins, git-plugin and Bitbucket under Windows: Authentication failed

I have setup a private Bitbucket repo which can be accessed fine by the Jenkins Git-Plugin. When I switch the repo to require authentication Jenkins complains with stderr: fatal: Authentication failed for 'https://bitbucket/scm/test/test.git' I…
papanito
  • 381
  • 4
  • 19
2
votes
1 answer

Docker Bitbucket start stop at: c.a.s.i.hazelcast.HazelcastLifecycle Updating Hazelcast instance capabilities

Im trying to start a bitbucketserver. Im behind a proxy and I set the proxy configuration. Every time I try to start the container, spring stop here: c.a.s.i.hazelcast.HazelcastLifecycle Updating Hazelcast instance capabilities Have I to configure…
2
votes
2 answers

Unable to git clone over SSH from Bitbucket from certain servers

We have a Bitbucket Server instance hosted in AWS. From some other AWS servers (in another region), git clone over SSH fails with ssh: connect to host (hostname) port 7999: Connection refused However, other servers in AWS (in the same region as the…
DylanSp
  • 83
  • 1
  • 8
2
votes
0 answers

AH01909: RSA certificate configured for subdomain.subdomain.domain.co.uk:443 does NOT include an ID which matches the server name

I'm having trouble automating a push from Bitbucket to my server and when I check the server log files I see the following error: AH01909: RSA certificate configured for subdomain.subdomain.domain.co.uk:443 does NOT include an ID which …
Amesey
  • 121
  • 1
  • 3
1
vote
1 answer

Permission denied SSH key and bitbucket

In order to ensure security, I have added SSH public key to my Bitbucket account. This is working perfectly and no password is prompted since the private key is added to my machine using ssh-add command. The problem I am facing now is it will not…
1
vote
1 answer

How to configure Jenkins Job to use Bitbucket Repository Access Key when cloning repo?

In one of my bitbucket repositories on a Bitbucket server instance, I've configured an Access Key and would like to use this access key within a Jenkins Job to clone said repository. However, there doesn't seem to be a credential provider for this…
Eric
  • 113
  • 1
  • 4
1
vote
1 answer

Run PHP Script as a background process in AWS Beanstalk Post Install Hook

UDPATE It turns out that this is the wrong way to use elastic beanstalk. The app would be running, however it would be a hack rather than a correct solution. Use EC2 instead. I'm deploying a PHP application using following setup: Setup Bitbucket…
1
vote
1 answer

Changing Atlassian Bitbucket path

My setup: I'm running both Jira and Bitbucket [5.12.0] on my Ubuntu 18.04 server. I've tried to change the urls for both apps to be: 192.168.1.77:8080/jira and 192.168.1.77:7990/bitbucket respectively. I've got an Apache webserver setup on another…
NEW2WEB
  • 119
  • 1
  • 6
1
vote
1 answer

Using elastic beanstalk CLI (eb cli) via bitbucket pipelines

I'm attempting to use bitbucket code pipelines to deploy to elastic beanstalk, using the eb cli. Here's my bitbucket-pipelines.yml file, I've based it on the amazonlinux image, as this is what's running on the VM's in production. image:…
1
vote
1 answer

Haproxy appears do be issuing the wrong certificate

I am trying to secure a domain with haproxy. When I load the URL: bitbucket.kl.company.com, I get the error: bitbucket.kl.company.com uses an invalid security certificate. This certificate is only valid for the following names: *.company.com,…
eeijlar
  • 323
  • 3
  • 7
1
2 3 4