Questions tagged [circleci]

CircleCI is a hosted continuous integration testing tool integrated with popular code management services such as GitHub. It is commercial but free to open source projects.

CircleCI helps you to automate the software development process using continuous integration and continuous delivery(CICD).

1887 questions
9
votes
2 answers

Selenium testing with CircleCI

Im using CircleCI and I want to run Huxley tests. But for that i need selenium server running. I was trying to run selenium server standalone jar. Thats not solution. Please help if you know something.
Michael Czolko
  • 2,698
  • 2
  • 15
  • 25
8
votes
0 answers

Circleci - always getting "There are no local code signing identities found."

I'm trying to setup a CI pipeline to build an application for iOS; specifically my goal, apart from building the app, is to also setup the automatic signing and push it to Testflight in the end. When I try to run the fastlane command to build the…
dinosng
  • 81
  • 3
8
votes
0 answers

CircleCI deploy looks successful, but exits with code 1?

I have a circleci configuration that runs a script to deploy a storybook site. It's essentially cding into my frontend monorepo packages, running yarn install, builds the storybook and syncs it to an S3 bucket. (redacting a few things like names of…
nyphur
  • 2,404
  • 2
  • 24
  • 48
8
votes
1 answer

Run apt-get in a Docker Image within Azure Pipelines

Recently my workplace has been transitioning over from CircleCI to Azure Pipelines, and as such we have been migrating all of our CI. While most have been somewhat straight forward, this particular pipeline requires running our linux job inside of a…
8
votes
3 answers

Rails 4: getting Webpacker to work with CircleCI

I am trying to integrate Webpacker in a Rails 4 app I am working on. I've added the gem to the Gemfile and run the directives to get everything set up for using Webpacker and Vue.js. The assets are compiling fine in development but when I push this…
DaniG2k
  • 4,772
  • 36
  • 77
8
votes
1 answer

CircleCI + React Native + Xcode 10

I have an app running fine with React Native 0.57.7 on CircleCI on Xcode 9. But we need to bump up Xcode version to 10.1.0. But when I switch it, Ci stops to work, even with enabling legacy system (-UseNewBuildSystem=NO or -UseModernBuildSystem=0…
Estevão Lucas
  • 4,440
  • 34
  • 37
8
votes
1 answer

Failed to execute maven-surefire-plugin but only with circleci

I have quite weird problem with surefire plugin because even though I've added surefire plugin to my spring boot projectwhen I try to run this robust project which happen to be composed of parent module and two other with help of intellij. then…
wwww
  • 760
  • 1
  • 11
  • 20
8
votes
3 answers

yaml: did not find expected key

Error parsing config file: yaml: line 22: did not find expected key Cannot find a job named build to run in the jobs: section of your configuration file. I got those errors, but I'm really new to yaml so I can't really find reaons why It's not…
Phillip YS
  • 784
  • 3
  • 10
  • 33
8
votes
0 answers

Build subproject using Gradle Wrapper while keeping Docker image slim

I have a multi-project Gradle build that I want to build and test on CircleCI, and then upload the resulting images to Google Container Repository. The project is setup with a Gradle Wrapper (gradlew) in the root directory. From the root directory I…
langkilde
  • 1,473
  • 1
  • 20
  • 37
8
votes
1 answer

Test Summary Not Populated With Test Results in CircleCI

In CircleCI, I have a build executing automated tests. It generates tests results in an XML file using nose2 and junit plugin. The complete path of the test result file is: /project-folder/test/junit/test-result.xml My CircleCI configuration in the…
Alexis.Rolland
  • 5,724
  • 6
  • 50
  • 77
8
votes
2 answers

apt-get: How to bypass pressing ENTER

I get Press [ENTER] to continue or ctrl-c to cancel adding it while using apt-get in CircleCI. How can I bypass it automatically? I tried to use -y but no effects!
Colin Wang
  • 6,778
  • 5
  • 26
  • 42
8
votes
2 answers

Laravel Phpunit and Dusk with CircleCI

Has anybody been able to get Laravel Dusk working on CircleCI. I can get my build working and tested with PHPUnit but it fails for Laravel Dusk. I have a base Laravel installation with Dusk installed. When I get to the php artisan dusk command, I…
whoacowboy
  • 6,982
  • 6
  • 44
  • 78
8
votes
1 answer

How to setup an intermediate git server? And is it advisable?

Current Situation My team is based in Singapore. We needed to install a Django web app inside China for speed reasons for an enterprise client for intranet usage. So we did it like this. What's wrong? The git clone is painfully slow and our files…
Kim Stacks
  • 10,202
  • 35
  • 151
  • 282
8
votes
1 answer

How do I make CircleCI [1.0] ignore a particular branch?

I have many development branches, but I want CircleCI to only care about master. Is there something I can configure, either in Circle or circle.yml? Alas I can't find anything on the topic in Circle's docs.
mikemaccana
  • 110,530
  • 99
  • 389
  • 494
8
votes
2 answers

Laravel 5.2 artisan optimize - php_strip_whitespace failed to open stream: No child processes

Since upgrading to Laravel 5.2 from 5.1, when running artisan optimize on CircleCI, running PHP 5.6.14, I am getting [ErrorException] …
Dave Southey
  • 187
  • 8