Questions tagged [codeship]

A simple to use Continuous Integration and Delivery software as a service. Add this tag, if you have questions regarding your projects on Codeship, or how to use Codeship for your projects.

Continuous Integration & Delivery as a Service

A simple push to your repository runs your automated tests and configured deployments on our powerful machines. From a simple deployment to Heroku to complex Deployment Pipelines for your large infrastructure, all can be set up with ease.

Let Codeship Take Care of the Infrastructure

Use your resources to allow your team to build an amazing product for your customers, which will result in a strong and successful company. Codeship will manage and scale your test and delivery infrastructure and take care of the release process. You’ll focus on what you do best — writing code.

See https://codeship.com for more information

232 questions
1
vote
1 answer

npm ERR! fetch failed status code 502

I'm using Codeship to deploy my Ember project to Heroku. These deployments used to work without a problem but since yesteday they fail with "npm ERR! fetch failed ..." when installing the npm dependencies in step (6). I haven't changed anything…
phoxley
  • 464
  • 8
  • 19
1
vote
1 answer

Running migrations when deploying django app to heroku with codeship

I'm trying to set up a continous integration pipeline for my python 3.5.1 / django 1.9.7 project. The project is running fine on heroku, and the codeship deployment pipeline for heroku works well as long as my database is unchanged. If I want to…
OBu
  • 4,977
  • 3
  • 29
  • 45
1
vote
1 answer

How to use traceroute on CI systems

I tried running FAIL_ON_ERROR=1 bin/rake traceroute on codeship, but it was complaining that it couldn't find the rake task traceroute, giving me the "Don't know how to build task" error message. It works on my machine (tm), but not on codeship.…
Andrew Grimm
  • 78,473
  • 57
  • 200
  • 338
1
vote
0 answers

npm doesn't install devDependencies content on ci server

I have a private Ember.js project which I am trying to build on CodeShip continuous integration server. To do so I need to install ember-cli which is in my devDependencies. When I do a fresh clone of my project on my machine and npm install I get…
jfhs
  • 445
  • 2
  • 8
1
vote
1 answer

SyntaxError: Unexpected token * with coffeescript when run on codeship

I'm having trouble getting my mocha tests to work on Codeship. These are working locally. I've deleted the repo and ran npm install. Still worked locally but not remote. I'm not sure if this is a coffeescript compile error when codeship tries to run…
Myk Klemme
  • 540
  • 1
  • 4
  • 15
1
vote
1 answer

codeship: How to disable test command?

I am doing meteor app and using codeship for the auto build to Digitalocean with mupx package.I want to deploy only master branch to digitalocean. Deployment commands are running at the master branch, It works fine. But test command works at every…
Ramesh Murugesan
  • 4,727
  • 7
  • 42
  • 67
1
vote
1 answer

rspec ignore code coverage percentage?

After I run rspec in my Rails 4 project all the tests pass but I get: Coverage (79.17%) is below the expected minimum coverage (80.00%). as the last line. This is causing Codeship to mark the build as failed and email me. Is there anyway to…
Deekor
  • 9,144
  • 16
  • 69
  • 121
1
vote
1 answer

Unable to run manage.py on codeship

I've been trying to build my django project using Codeship, as describe here: Codeship Blog. These are my setup commands: pip install -r requirements.txt python manage.py runserver tar -czf release-backend.tgz .* My requirements.txt contains…
Saurabh Verma
  • 6,328
  • 12
  • 52
  • 84
1
vote
1 answer

SSH issue: Codeship-run deploy script on my server is failing to pull from Github

I have my repo hooked up to Codeship which runs tests and then finally runs a script on my server via SSH: ssh deploy@my.server '/var/www/deploy-script.sh' On my server I have my deploy user set up. I have that user's public key stored on my github…
Snowman
  • 1,160
  • 1
  • 8
  • 24
1
vote
1 answer

How to update PHPUnit on Codeship

PHPUnit version is PHPUnit 4.3.5 on Codeship. But PHPUnit 5.2 is the current stable release series. How can I use PHPUnit 5.2.5 on Codeship?
rap-2-h
  • 30,204
  • 37
  • 167
  • 263
1
vote
0 answers

CodeShip rspec controller test failed

I'm trying to make make my app buildable via CodeShip. It builds nicely when using Travis CI (except some integration tests, but this is an another story) and, of course, on my local machine. However, the same code is failed to be tested just in one…
Vlad Faust
  • 542
  • 6
  • 18
1
vote
1 answer

Trigger a new build via Codeship API from Jenkins

I have a CI/CD setup with a Jenkins server to manage our internal CI/CD. We have Codeship performing our CI/CD for our AWS work. I'm looking to setup jobs on our Jenkins server to manage when new builds are triggered on Codeship. The aim being, we…
John D
  • 2,307
  • 17
  • 28
1
vote
1 answer

Codeship: How to overide Codeship's automatic git push to Heroku?

At the end of my build, Codeship does an automatic push to Heroku. I would like to override this push with my own git push. How can I stop these lines from happening: git remote add my-app git@heroku.com:my-app.git git push heroku_my-app…
hzhu
  • 3,759
  • 5
  • 29
  • 39
1
vote
1 answer

Setup and test commands in Codeship for Java language

I have a trouble with running test cases with Java language in Codeship. Without writing setup and test commands, it gives wrong execution results and there is not any explanation about how to write and execute test cases in Java. Also, it is…
B.Rob
  • 77
  • 1
  • 2
1
vote
0 answers

Codeship, Sinatra, ActiveRecord - configuration

I have a sinatra app working on my computer and am trying to get the tests to run on Codeship. I've reduced it to a tiny subset to see if I can sort out the problem I am having. I would greatly appreciate another pair of eyes... Here are the key…
pitosalas
  • 10,286
  • 12
  • 72
  • 120