Questions tagged [wercker]

Wercker is a continuous delivery platform that helps developers reduce risk and eliminate waste by testing and deploying their code often. Wercker is hosted in the cloud, so there is no need to download any software or buy hardware in order to set up a continuous delivery pipeline.

87 questions
28
votes
4 answers

Error connecting to Redis on 127.0.0.1:6379 (Errno::ECONNREFUSED) - Wercker

I'm using wercker for running specs of my rails app. I have problem with setting up redis on wercker. In my rails app I have redis.rb which looks like this: if Figaro.env.rediscloud_url uri = URI.parse(Figaro.env.rediscloud_url) REDIS =…
Mateusz Urbański
  • 7,352
  • 15
  • 68
  • 133
23
votes
5 answers

Installing imagemagick in docker container

I'm trying to use ImageMagick on my Ubuntu 14.04 server for resizing an image before uploading to s3. I'm running everything inside of a docker container that's being created by Wercker. The problem is I've already installed it on the server, and…
Thomas Horner
  • 283
  • 1
  • 2
  • 11
11
votes
1 answer

Debugging staging docker compose server with pycharm

I have the following docker-compose.yml file: version: '2' services: postgis: image: mdillon/postgis environment: POSTGRES_USER: ${POSTGIS_ENV_POSTGRES_USER} POSTGRES_PASSWORD:…
Oleg Belousov
  • 9,981
  • 14
  • 72
  • 127
9
votes
1 answer

Visual C++ 12 Toolchain w/o Visual Studio

I am trying to build a windows wercker box that can build C++ Visual Studio 2013 (Visual C++ 12) projects. Traditionally, to have only the toolchain, you would install the Windows SDK. But in the latest version, that is 8.1 they removed the compiler…
rioki
  • 5,988
  • 5
  • 32
  • 55
8
votes
1 answer

How long is too long for a test suite?

I'm creating a website on rails and have so far been using travis-ci for continuous integration. I'm trying out wercker as well for continuous integration and deployment. The testing step failed on wercker because it ran for more than 25 minutes and…
7
votes
0 answers

Wercker setup environment takes too long and make the build fail

I made a docker image to use it with my builds of a project in Wercker, I did this because I thought having the require packages already installed in the environment is better than installing them in each build of my project. However, now Wercker…
shackra
  • 277
  • 3
  • 16
  • 56
7
votes
3 answers

Copying an untracked folder to another branch

Is there a way to copy an untracked folder to another branch? I know you can copy tracked folders to another branch by doing something like this: git checkout mybranch git checkout master -- myfolder But is there a way to copy a folder that isn't…
risto
  • 1,274
  • 9
  • 11
5
votes
2 answers

Wercker deploy returns 404 for docker push

First time with Wercker and I'm using internal/docker-push. When I run my deployment step, I'm getting a 404 error from docker-hub. ERROR Error interacting with this repository: wluce/statler-waldorf-corp-team-service PUT…
Will Luce
  • 1,781
  • 3
  • 20
  • 33
4
votes
1 answer

What does "Invalid stack, only stack 1 and 5 are supported for builds" means?

I am trying to trigger a new Wercker build by hitting the API endpoint mentioned in the documentation, but the API returns the following response: {"statusCode"=>400, "error"=>"Bad Request", "message"=>"Invalid stack, only stack 1 and 5 are…
mgi166
  • 43
  • 3
4
votes
0 answers

Using Wercker CLI for build and deploy

I have a Wercker application configured on the Wercker website and their pipelines build and deploy work fine. Right now, I have a problem with the deployment and I'm trying to do the same using Wercker CLI. These are the steps I'm following: $…
JonDoe297
  • 1,601
  • 1
  • 15
  • 21
3
votes
3 answers

Failed docker-push for GCR in wercker

I am using wercker. I am trying to push the container for GCR in th internal/docker-push. But error message is displayd as belog: Error interacting with this repository: gcr.io/my-gcr-project/wercker PUT…
3
votes
0 answers

docker registry v2 upload fails for some images

I am running two kubernetes clusters on coreos in aws (acc and prod), and on both have setup a custom registry with nginx ssl (bought wildcart certs, checked ok) termination going to v1 + v2 backends, and all was running fine. Somehow, I now have an…
Morriz
  • 123
  • 7
3
votes
1 answer

There was an error while trying to load the gem 'uglifier'. - Wercker

I have a problem configuring my app to user wercker. My wercker.yml looks like this: box: ruby services: - postgres build: steps: - script: name: Nokogiri fix code: bundle config build.nokogiri…
Mateusz Urbański
  • 7,352
  • 15
  • 68
  • 133
3
votes
3 answers

wercker.com connect to MySQL database

Background I'm trying to build some automated tests for a Yii2 app using http://wercker.com. I have created my own Docker repo https://hub.docker.com/r/consynki/yii2/ that provides a simple LAMP stack. I'm using that Docker repo as the box in my…
Levi Putna
  • 2,863
  • 6
  • 30
  • 47
3
votes
0 answers

Building multiple "things" on wercker

We are trying to migrate a project that is currently build on Jenkins to Wercker: We have a Play Framework (2.4.x) application that makes have use of multi-module architecture. To be more specific, it's quite close to that of the Guardian. Within…
mana
  • 6,347
  • 6
  • 50
  • 70
1
2 3 4 5 6