Questions tagged [bitbucket]

50 questions
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
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
0 answers

Secure access to bitbucket with hashicorp vault

Hashicorp vault helps us setup safe ssh access via certificates, but sometimes we can't setup certificate access on the host as is the case with bitbucket. What's the best alternative in this case ? Alternatives I can think of are: saving the…
ed__
  • 1
0
votes
0 answers

Bitbucket pipelines with docker and composer

I'm trying to deploy a PHP project using Bitbucket Pipelines. It is using a custom docker image and the project is trying to install a private Bitbucket package. When i run the pipeline, i get an error: Cloning into bare repository…
sipher_z
  • 111
  • 5
0
votes
0 answers

Run Scripts on Single Instance After Azure WebApp Deploy

I am deploying an application to an Azure App Service. This is using a container registry to pull and deploy new container images via a webhook. Typically I would deploy one or more web server instances and one or more worker instances. In the App…
Marshall Davis
  • 143
  • 1
  • 6
0
votes
0 answers

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
  • 159
  • 1
  • 2
  • 14
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
0 answers

GIT 2.35.2+ security patch issues with BitBucket

As described in https://github.blog/2022-04-12-git-security-vulnerability-announced/ there was a security issue with GIT <2.35.2 The problem I'm having is that neither solutions for BitBucket Server has been possible to resolve with either "git…
SIER
  • 23
  • 4
0
votes
0 answers

Allow Bitbucket pipeline runner to access ports other than 80 and 443 such as NFS

I am trying to persuade a bitbucket pipeline that employs a runner on our GKE based infrastructure to mount a directory from a GCE VM via NFS. It seems that the outgoing traffic to NFS ports is blocked. The pipeline has no problem accessing port 443…
Peter Evans
  • 113
  • 1
  • 10
0
votes
0 answers

Cannot clone a bitbucket.org project to Linux Ubuntu via WSL in a Windows10

So I try to clone a project via Visual Studio Code using a Linux Machine connected with WSL in my Windows System. I get the error "fatal: unable to access '.....git/': Failed to connect to bitbucket.org port 443: Connection timed out I can do a ping…
Jeeba
  • 13
  • 1
  • 4
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
0 answers

please make sure you have the correct access rights and the repository exists

I'm having trouble connecting to bitbucket via command prompt I'm getting error please make sure you have the correct access rights and the repository exists But I'm using pagent and I'm using bitbucket for server side? But before my pagent hat was…
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,…