Questions tagged [bitbucket]

45 questions
0
votes
0 answers

ssh_exchange_identification error only in cron

On our server we run a cronjob that checks our bitbucket git repository for the latest tag. When we run the command ourself it works just fine. For some reason when the cron executes the command it gives the following…
Bart Bergmans
  • 633
  • 1
  • 6
  • 9
0
votes
1 answer

BitBucket Server Automatic Deployments with PHP WebHook

I've done some research and I'm attempting to reproduce something similar to JONATHAN NICOL's blog post, "Automated git deployments from Bitbucket". UPDATE TO ISSUE I've enabled logging of the output from the exec() function with the addition of…
user2355051
  • 101
  • 2
0
votes
1 answer

Link a JIRA cloud with local bitbucket server + jenkins

We would like to have an online "JIRA Cloud" account, linked to a local "on server" Bitbucket install. Our IT will not open any port TO bitbucket(but is ok, to allow bitbucket communicate to JIRA cloud. I was wondering if this scenario was possible,…
J4N
  • 167
  • 1
  • 2
  • 8
0
votes
1 answer

I want to connect to my repo via SSH on a remote server, do I need to store my private keys on the server as well?

I'm following these steps to be able to connect to my BitBucket account/repo on a remote server. I'm a bit confused. I already have a separate pair of keys for BitBucket (i.e. to do stuff on my local machine). So, I need to generate a new pair of…
0
votes
1 answer

How do you obtain $KUBE_CONFIG variable for a bitbucket deployment to a Kubernetes instance on Digital Ocean?

So my company has been in the process of moving our backend application hosting from digital ocean droplets to a digital ocean kubernetes cluster. However when following the bitbucket pipeline guide to update our pipelines for kubernetes…
0
votes
0 answers

What is the meaning of Attachments size in CodeCloud repo dashboard

What is the meaning of Attachments size and how it differs from the other size?
tonymontana
  • 101
  • 2
0
votes
1 answer

Deploying monorepo without SSH

Full Disclosure: I'm a DevOps noob. I am running a MERN mono repo on an EC2 instance. Originally, I would always SSH into my machine, pull from the repository, and build again. But there are problems with this.. the build process takes longer and so…
0
votes
1 answer

HAproxy ACLs to Allow ssh git operations to only selected git repositories / project urls ( block all other repos)

I have Bitbucket Server serving SSH git traffic on port 7999 and it has an HAProxy for SSH port forwarding ( HAProxy is only for a set of users from a secure n/w). The requirement is to Allow only selected projects/repos to be cloned using SSH…
rgh
  • 11
  • 3
0
votes
1 answer

Rackspace yum install git cURL 443 Connection refused

Trying to install git in a RHEL Rackspace Dedicated Server, but am getting the following after typing in this command: yum install git Curl error (7): Couldn't connect to server…
Solomon Closson
  • 163
  • 1
  • 6
0
votes
2 answers

I am getting a Bitbucket Pipeline error when deploying to Google App Engine

googlecloudsdk.command_lib.app.deploy_util.VersionPromotionError: Your deployment has succeeded, but promoting the new version to default failed. You may not have permissions to change traffic splits. Changing traffic splits requires the Owner,…
0
votes
1 answer

Failed to trigger build: Couldn't read commit

I work with google cloud build and connect with bitbucket. The trigger have been work with a few build. But suddenly, I got the error like in the screenshot. I don't have any idea. What is it mean? screenshot
Uysim Ty
  • 1
  • 1
0
votes
1 answer

How to avoid pushing our project to their own repository via git

We want to restrict my developer to upload our own project to their own repository.
-1
votes
1 answer

How to add many projects in to single git repository?

I want to add two existing projects into single git repository. Already I have added one project in to repository now I want to add second project without affecting the first one
Thirumal
  • 103
  • 5
-1
votes
1 answer

Is Gitlab the only vendor support subgroups level git repos?

Try to evaluate a few SaaS Git providers (e.g., Github, Bitbucket) other than Gitlab, but I don't think any of them support a subgroup level…
samxiao
  • 101
  • 3
-2
votes
1 answer

Strange IP routing - ping not working

From my server I can't clone repos from bitbucket.org nor reaching bitbucket.org using ping. Everything worked up to now with the current configuration. Here is what I found out up to now: Trying to ping using https://ping.eu/ping to bitbucket.org…
WeSee
  • 486
  • 1
  • 4
  • 10
1 2
3