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

234 questions
32
votes
6 answers

Docker login auth token

I'm trying to get docker login auth from ~/.docker/config.json file. But I can't see auth token in my config.json file. Here is my docker version. docker version Client: Version: 17.03.1-ce API version: 1.27 Go version: go1.7.5 Git…
Gayan
  • 1,173
  • 4
  • 18
  • 36
28
votes
3 answers

How to disable output on one of containers?

I am using Codeship CI for my project. I have selenium tests and I am using remote browser from selenium/standalone-firefox but it's producing tons of logs, so I want to disable stdout for selenium/standalone-firefox container. Any ideas how I can…
Blejwi
  • 875
  • 1
  • 9
  • 22
20
votes
6 answers

Disable Jasmine's fdescribe() and fit() based on environment

fdescribe() and fit() are great for reducing noise when you're working on a subset of tests. I sometimes forget to change them back to describe()/it() before merging my branch into master. (It's okay to have them in separate branch while working on…
Guy
  • 59,547
  • 93
  • 241
  • 306
16
votes
1 answer

SyntaxError: Unexpected token ILLEGAL on comment with Web Component Tester

I use Codeship to test my project based on the Polymer starter kit v1.1. When I run npm test inside the test pipeline I see the following error: > @ test /home/rof/src/github.com/TFarla/night-live > gulp…
15
votes
2 answers

Amazon Web Service CodeDeploy appspec.yml problems

I have a Node.js application which is being automatically deployed to Amazon Web Service through Codeship using the CodeDeploy AWS deployment system. During the deployment process I've set in my appspec.yml for the currently running web application…
13
votes
2 answers

Feature specs fail only on CircleCI or Codeship continuous integration services

My very basic feature specs are passing just fine locally but failing on CircleCI and Codeship. The tests that are failing: require 'spec_helper' describe 'Authentication' do describe "sign in" do it "is the landing page for…
Sasha
  • 5,308
  • 7
  • 47
  • 87
11
votes
6 answers

bash doesn't load node on remote ssh command

Excuse me if the subject is vague, but I tried to describe my problem to the best of my possibilities. I have my raspberry pi which I want to deploy to using codeship. Rsyncing the files works perfectly, but when I am to restart my application using…
Ms01
  • 3,936
  • 6
  • 42
  • 75
10
votes
4 answers

Firebase tools login from command line

I'm using Codeship to deploy a firebase app. In order to do so, I first need to login using the firebase login command. Problem is, I need to login in the browser and then return to the command line and perform the deployment. Is there an automated…
atardadi
  • 349
  • 2
  • 4
  • 14
9
votes
1 answer

Can not apply DaoAuthenticationConfigurer to already built object

I'm getting this exception: [WARN] org.springframework.web.context.support.GenericWebApplicationContext - Exception encountered during context initialization - cancelling refresh attempt org.springframework.beans.factory.BeanCreationException: Error…
ilopezluna
  • 4,925
  • 7
  • 37
  • 66
7
votes
5 answers

NPM install failing with 502 error

This is a rather obscure issue. I have an Angular app that will be running through Codeship for CI. However, when it comes time to run npm install on the Codeship box, npm gives back -npm ERR! fetch failed…
Chandler Freeman
  • 799
  • 1
  • 8
  • 23
7
votes
1 answer

Ansible unable to connect to AWS EC2 instance

I'm trying to use Ansible to connect to an AWS EC2 instance from a Codeship build. This has been working perfectly in another AWS region (eu-west-1) but now I want to setup servers in us-east-1 and I'm getting the following…
Mikhail Janowski
  • 2,935
  • 3
  • 22
  • 31
7
votes
2 answers

AngularJS Continuous Deployment Tools

I have been trying out Codeship and Heroku for continuous deployment of an AngularJS application I writing at the moment. The app was created using Yeoman and uses bower and grunt. Initially I thought this seemed like a really good setup as Codeship…
Choc13
  • 766
  • 6
  • 22
6
votes
3 answers

Codeship - Bundle install error (You must use bundler 2 or greater with this lockfile)

I am trying to run some tests on Codeship with Ruby 2.7.0 and Rails 6.0.2.2. The Error: When we try to push a new change, we get a build error that says 'You must use bundler 2 or greater with this lockfile'. What I've tried: To amend this, I tried…
DrummerGenius
  • 225
  • 4
  • 18
6
votes
2 answers

What are appropriate S3 permissions for deploying to Elastic Beanstalk from CodeShip

What are the appropriate S3 permissions to deploy an Elastic Beanstalk app using CodeShip? When deploying a new version to a tomcat app I get these errors: Service:Amazon S3, Message:You do not have permission to perform the 's3:ListBucket'…
thefroatgt
  • 856
  • 1
  • 12
  • 18
5
votes
4 answers

Can I skip an AWS CodePipeline build?

I am currently developing a personal project on master. Every time I push to origin master a build is triggered on CodePipeline. As I am the only developer working on this project and don't want to bother with branches at this stage it would be nice…
Joe Hawkins
  • 8,723
  • 2
  • 19
  • 28
1
2 3
15 16