Skip to main content

Questions tagged [bitbucket-pipelines]

Questions related to Bitbucket Pipelines CI/CD.

bitbucket-pipelines
8 votes
2 answers
9k views

Bitbucket Pipeline how to setup ssh agent to deploy on a remote server

Here is the workflow I want to achieve: commit code bitbucket pipeline run test on my public docker image bitbucket pipeline executes ansible script to deploy on my public docker image The first 2 ...
James Lin's user avatar
  • 26k
28 votes
4 answers
8k views

android environment using docker and bitbucket pipelines

I am very new to Bitbucket pipelines (Beta) and docker.No previous experience on CI integration I followed this question , But no clear description for beginners I am trying to set up Continuous ...
Java_begins's user avatar
  • 1,713
1 vote
2 answers
347 views

Bitbucket Pipeline not firing when yaml changed

I'm using Bitbucket Pipeline. When I make changes to the yaml file, the Pipeline won't fire. I'll comment out a line and it stops firing. I uncomment it back out and it fires again. Trivial ...
Scott Decker's user avatar
  • 4,237
7 votes
4 answers
13k views

Upload entire Bitbucket repo to S3 using Bitbucket Pipeline

I'm using Bitbuckets Pipeline. I want it to push the entire contents of my repo (very small) to S3. I don't want to have to zip it up, push to S3 and then unzip things. I just want it to take the ...
Scott Decker's user avatar
  • 4,237
13 votes
4 answers
4k views

Is there an easy way to change to a non-root user in Bitbucket Pipelines Docker container?

Bitbucket Pipelines is using Docker containers to executes tasks and by default Docker containers run as root. This is a problem for NPM's lifecycle scripts because NPM tries to downgrade its ...
Jakub Synowiec's user avatar
6 votes
2 answers
1k views

Setting up CD for a Ruby on Rails project with Bitbucket Pipelines and Docker

I'd love to set up continuous deployment in Bitbucket Pipelines for a Ruby on Rails / PostgreSQL / Sidekiq project, but I'm struggling to get my head around how it all fits together, and specifically ...
Benjamin Humphrey's user avatar
1 vote
0 answers
1k views

Bitbucket pipeline mvn clean install not working properly?

I've just setup a bitbucket pipeline to a java and when the pipeline runs mvn clean install, it throws a bunch of errors, but if I run mvn clean install directly in the console (while ssh'ed into my ...
James111's user avatar
  • 15.8k
1 vote
2 answers
649 views

Bitbucket Pipelines. Cannot specify windowsservercore docker image

Bitbucket Pipelines allows (using bitbucket-pipelines.yml) to specify a custom docker image from Dockerhub as build environment. Next image is used as default for .NET Core: # You can specify a ...
Set's user avatar
  • 49.2k
2 votes
1 answer
2k views

Bitbucket Pipelines Push full files to ftp

We are currently testing Bitbucket pipelines Beta (love it so far). However I have a question. We are uploading our source/ files fine using git-ftp , but on top of that we need to push the full ...
Chris Taylor's user avatar
4 votes
1 answer
5k views

How to deploy via FTP a website using BitBucket Pipelines

I tried many times to execute a Continuous Integration via BitBucket Pipeline (beta). For the moment I need a very simple task, just update my remote server when a push is made on repository (In the ...
Luca Detomi's user avatar
  • 5,636
6 votes
6 answers
3k views

Atlassian Pipelines and Angular CLI

Trying to set up pipelines with Angular CLI and running into an issue when calling ng build. pipelines: default: - step: script: # Modify the commands below to build your repository. ...
Thibs's user avatar
  • 8,228
23 votes
2 answers
2k views

Reduce memory consumption in rake assets:precompile

Problem: I'm running out of RAM while performing the rake assets:precompile task in an automated build. Are there any strategies to do an incremental precompile, or in some other way perform the ...
Toby Murray's user avatar
24 votes
3 answers
7k views

Android CI using Bitbucket Pipelines and Docker

I am trying to set up Continuous Integration (CI) in Bitbucket Pipelines for Android. I have created a sample blank activity using Android Studio 2.1.1. With Pipelines I'm using the uber/android-...
Ryan R's user avatar
  • 8,401
8 votes
2 answers
5k views

SSH into staging machine from docker instance using Bitbucket Pipelines

Using the new Bitbucket Pipelines feature, how can I SSH into my staging box from the docker container it spins up? The last step in my pipeline is an .sh file that deploys the necessary code on ...
Speedy's user avatar
  • 477

15 30 50 per page
1
91 92 93 94
95