Questions tagged [bitbucket]
45 questions
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:…

RYFN
- 141
- 7
1
vote
2 answers
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
vote
2 answers
Git pull from bitbucket using ansible and jenkins
Hi everyone I am new on ansible, I am working on Ubuntu 16.04 and ansible 2.2, how to pull bitbucket repository to remote server using ansible? I have connected to the hosts and able to ping or running simple command using my ansible to the remote…

spacetrack
- 21
- 1
- 4
1
vote
1 answer
git pull over ssh gives wierd errors
This is my setup.
My git repository is in bitbucket
I have created keys on my remote aws ec2 server and kept it in ~/.ssh folder
I then add the key via the ssh-agent on my remote server
Updated these keys on the bitbucket website.
When I login…

sp497
- 115
- 3
1
vote
1 answer
How do I get the SSH key of my EB instance so that I can give it deployment access in BitBucket?
I am building a node.js app that is hosted by AWS Elastic Beanstalk. One of the dependencies is hosted on BitBucket. I have specified the Git SSH url in the package.json file and everything works on my development machine.
BitBucket requires that…

sdgfsdh
- 109
- 3
1
vote
1 answer
Limit ssh access to only one Repo
I'm hosting multiple private repositories on bitbucket.
I also have access to a private repository let's call it repo1, on bitbucket which is not mine but we pull from it on a server, let's call it
server1.
On bitbucket, I have granted access to…

Aymane Shuichi
- 197
- 1
- 2
- 8
1
vote
1 answer
Puppet: Issues with Vcsrepo (git) ".... exists and is not the desired repository."
I use puppet/Vcsrepo to distribute and update software to a bunch of linux servers from a Bitbucket(cloud) server. This worked fine for years but about 6 months ago Puppet started complaining about every repository Error: Path /usr/local/tools/...…

Russell Fulton
- 201
- 1
- 3
- 17
1
vote
2 answers
Meraki VPN behind NAT breaks Bitbucket Git on WSL2 (Ubuntu 20) on Windows 10
I access two Meraki VPNs from my Windows 10 Pro (10.0.19042 Build 19042) machine:
One which is not behind a NAT - when I switch this on, I can do git clone [...] or git fetch [...] just fine.
Second, which is behind
a NAT - when I switch that on…

Michal Gow
- 197
- 1
- 9
1
vote
0 answers
Bitbucket YLM pipeline to deploy on Digital Ocean
I am following this guide to create a pipeline to deploy my Django project to Digital Ocean, Ubuntu 18 droplet.
What I have done
SSH key generated and added to my remote server and bitbucket
Synced yml file with…

sogu
- 213
- 2
- 4
- 12
0
votes
1 answer
How to access Cloud Compute instance Google as a service through SSH?
I'm trying to access a Compute instance through SSH in my bitbucket-pipeline, but for some reason, anything I try to do doesn't work, so I'm obviously missing something. I created a service account in my Google Cloud project. I gave this service…

Łukasz Zaroda
- 117
- 2
- 11
0
votes
1 answer
How to connect BitBucket Server on Azure VM with Azure DevOps?
I have a Azure VM with BitBucket Server Installed. How do I connect this to Azure DevOps for establishing a CI-CD pipeline ?

Maximusawesome
- 111
- 4
0
votes
0 answers
No IPv6 in AWS EC2
I've mounted an EC2 instance based on Ubuntu LTS 16.4.
Instance is in a VPC and has IPv4 and IPv6 assigned.
Security group allows output towards any IP address for IPv4 and v6 on port 22. (Same security group as other instances working fine with…

chindit
- 205
- 1
- 2
- 3
0
votes
1 answer
Git: server certificate verification failed using Bitbucket Server
I have a Bitbucket server running onprem with a certificate.
I added it to the keystore ussing the follwing commands
openssl pkcs12 -export -in myurl.com.cer -inkey myurl.com.key -out myurl.com.p12
keytool -importkeystore -srckeystore myurl.com.p12…

quadroid
- 101
- 3
0
votes
0 answers
Bitbucket fails to start on Ubuntu 16.04 LTS
I installed Bitbucket 5.3.1 from the terminal, but when I attempt to startup the app it hangs with the following log output:
INFO [spring-startup] c.a.s.i.hazelcast.HazelcastLifecycle Updating Hazelcast instance capabilities
When I attempt to…

IslandDev
- 101
0
votes
1 answer
Docker from github repository
I wish to use a custom docker image that I'm describing from a Dockerfile. I've uploaded this Dockerfile to my own GitHub page and created a repository for it. I'm trying to upload and test laravel projects to an Atlassian BitBucket surface, where…

Bert
- 1,028
- 1
- 16
- 33