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
0
votes
1 answer

How can I get the name of an automatically-created Heroku instance?

When an integrated service, like CodeShip CI, runs tests, an instance is spun-up on Heroku to run the CI suite. How can I get the name of that branch/build-specific Heroku app, in a programmatic manner? My use case: I want to give a developer…
New Alexandria
  • 6,951
  • 4
  • 57
  • 77
0
votes
1 answer

Why Rspec tests with javascript fails on CodeShip?

I'm writing feature tests with: ruby 2.1.4, rails 4.1.12, rspec (2.14.1), capybara (2.4.1) and poltergeist (1.5.1). Currently I have a feature like this: require 'spec_helper' feature 'user is able to import videos from YouTube Channel', js: true…
bmalets
  • 3,207
  • 7
  • 35
  • 64
0
votes
1 answer

Ignoring folders and files on Codeship

I'm trying to figure out the best way to ignore some folders and files from my Codeship deployment process. At the moment it compiles all my assets as part of the deployment process but I don't really want it uploading node_modules to the server. Is…
Adam Hughes
  • 2,197
  • 20
  • 31
0
votes
1 answer

Deploy github build from codeship to amazon EC2 through CodeDeploy

I'm getting an headache trying to use codedeploy with codeship, and Codeship documentation is not very clear. I have a sample code building well from codeship. I have: Instance of EC2 Server CodeDeploy App with a deployment group:…
Juliatzin
  • 18,455
  • 40
  • 166
  • 325
0
votes
2 answers

NPM Error: Cannot find module 'are-we-there-yet'

We use Codeship for continuous integration and Modulus for hosting our projects. Code was running properly until last week, now I'm getting the following error. → modulus deploy -p 'project_name' Welcome to Modulus You are logged in as…
Pankaj
  • 592
  • 7
  • 19
0
votes
2 answers

Codeship ssh commands

According to the documentation (https://codeship.com/documentation/continuous-deployment/deployment-with-ftp-sftp-scp/#run-commands-on-a-remote-server-via-ssh), you need to run all commands as a single command. While I understand that, I don't…
woutr_be
  • 9,532
  • 24
  • 79
  • 129
0
votes
1 answer

Play Framework run test in Codeship with database

I need to run test for my Play app in Codeship. The problem is that my app cannot find the database to connect to, and this all tests are failing. From the doc, I suppose that there are 3 different Postgres DBs (9.2, 9.3, 9.4) that I can use, so I…
Khanetor
  • 11,595
  • 8
  • 40
  • 76
0
votes
1 answer

How does one configure RabbitMQ on Codeship?

They claim to have the rabbitmq_management plugin enabled, but I get "sh: 1: rabbitmqadmin: not found" whenever I try to run it.
Mike P. Sinn
  • 126
  • 1
  • 1
  • 4
0
votes
1 answer

Protractor tests failing on Codeship due to 405 API response

The protractor configuration and scripts work as expected both on our local development environment and in a continuous integration environment (similar to Codeship). The project structure is the following (I'm describing the Codeship env. status…
0
votes
1 answer

Continuous Integration: Test With Gulp + Codeship (gulp-jasmine)

When I run my back-end test, codeship mentions that nothing is returned: 13 specs, 0 failures Finished in 0 seconds [16:31:49] Finished 'testBECodeship' after 5.34 s This command didn't output anything for for a while, thus we stopped it. If the…
Andi Giga
  • 3,744
  • 9
  • 38
  • 68
0
votes
1 answer

How to set some flags on my node build

When I build, test and deploy my node application from Codeship to Heroku I want to be able to set a release flag to true using a command line during the build. And in my code I want to do something like this.... if(config.release)…
Exitos
  • 29,230
  • 38
  • 123
  • 178
0
votes
1 answer

Create XAP, APPX with Mono

I want to use a service that provides CI for Windows Phone/Store/Universal/UAP apps. For this I'm considering Codeship as they provide a free plan to get me started. However, they don't support such types of apps yet. Asking their support they asked…
Stephan
  • 1,791
  • 1
  • 27
  • 51
0
votes
1 answer

Test fails on Amazon and Codeship

Building an application using Dropbox and Google Drive in Groovy, the tests run fine. Code: def "It instantiates and configures the googleAuthorizationCodeFlowBuilder component"() { given: def ctx = grailsApplication.mainContext …
Heschoon
  • 2,915
  • 9
  • 26
  • 55
0
votes
1 answer

Rspec test with HTTP post request passes locally but fails on CI server

I have an Rspec test that makes a POST request and sends a header with it because authentication is required: it 'creates a client for an organization if none exists' do VCR.use_cassette('create_client') do post…
Morred
  • 51
  • 1
  • 3
0
votes
1 answer

Setting up codeship to deploy bitbucket repository to vidahost cloud hosting

I have a private bitbucket php project repository, codeship account and a vidahost cloud hosting. How to implement continuous integration and deployment? What is the workflow to achieve this? I did googling but could not find complete tutorial.
1 2 3
15
16