Orbtoberfest
Hello everyone, Swag will be shipping within the next week. A second email will be going out within the next few days confirming your sawg has shipped. Make sure to add " hacktoberfest@circleci.com"...
View ArticleCircleCi freezes completely (again)
@mrsbutterworth @ProTip thanks again for reporting this. We looked into it and it seems this issue only occurs on the old UI, not the new UI. Thus, we’re not going to put time into fixing it as all...
View ArticleUnable to trigger job using API
No, the only place with version is at the top of the file.
View ArticleCircleCi freezes completely (again)
I’m not sure I have anything new to add in regards to the new UI that hasn’t been reported already. If I had to distill it down to one sentence though; The old UI experience feels very complete and...
View ArticleGetting ThinkingSphinx to run in RSpec
As an update, I discovered the error I’m getting with Thinking Sphinx is: ERROR: index 'refinery_products_product_core': sql_fetch_row: Out of sort memory, consider increasing server sort buffer size....
View ArticleCircleci cli tool in custom docker
we are building a docker image to run the tests inside the circleci.yaml we call something similar to docker run pytest now the circleci cli tool is not present in the docker image that we build to...
View ArticleFeedback wanted: moving from v1.1 job triggering to v2 pipeline triggering
Hello, Thanks for the explanation and letting us know how things are moving, appreciate that. I was previously triggering a specific job through the v1.1 API and was confused as why jobs triggered...
View ArticleRun the second Job after the first one is complete
Hello everyone! I have 2 repositories on github. The first with my app, the second with tests. My application is deployed in Amazon S3, so after the deployment is completed (successful or not - it...
View ArticleBrew link step failing on Python dependency
I’m additionally encountering this error on a mojave image (xcode 10.2.3) ==> Installing imagemagick dependency: python ==> Downloading...
View ArticleUnable to trigger job using API
Hi @nirLumigo, is it possible for you to share the config, or url to the project, so we could take a look?
View ArticleBrew link step failing on Python dependency
This is a long shot, but could this have to do with python2 reaching EOL in 2020? There’s a long discussion in the homebrew discourse about this: Homebrew – 11 Dec 19 Python 2 EOL 2020 More stuff is...
View ArticleCoverage.py warning: No data was collected. (no-data-collected)
This is the issue with new version of coverage (5.0) only, with the older version it is working fine. I am also facing the same issue. When I have downgraded it to 4.4.2 version, it is working fine.
View ArticleMissing dependency in maven multi-module project
So I’m having a really weird issue with CircleCI and a multi-module maven project (https://github.com/RichardGladman/project-bluejay). My project builds and the tests all pass locally. When I push to...
View ArticleRun the second Job after the first one is complete
Heya @MTimoshchenko! This is something CircleCI natively supports with “workflows”, which we have covered here: https://circleci.com/docs/2.0/workflows-overview/, as well as in the configuration...
View ArticleUse bash env with env variables
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.
View ArticleCircleCI not running as build check on open source project
Hi @aaime, welcome to the CircleCI Community! Can you or an organization admin for geotools confirm a few troubleshooting steps: Are you following a fork of geotools/geotools on your own CircleCI...
View ArticleBuilds in linked org unable to find contexts
I have a paid account that shares its plan with a “linked org”. I seem to be unable to create contexts on the linked org that builds in that org can access. Whenever I run a build the message appears:...
View ArticleManual trigger doesn't run job
The final job in my workflow is to deploy to a production environment. It’s gated by a manual trigger, but it doesn’t seem to be firing off the actual job. I get the dialog that asks if I want to run...
View ArticleCircle CI and Docker compatibility with Windows and macOS
I have a desktop application for WindowsOS and MacOS with C++ and Qt5.I usually compile it with VisualStudio or Xcode respectively. I want: Use custom containers with Docker for Windows and for MacOS...
View Article