Next-Gen CircleCI Convenience Images - Public Beta
If I want to propose a new image type, is that possible? I currently have built something of cimg/base and want to know if there is a possibility for it to become an officialy convenience image tool:...
View ArticleGitHub repo collaborator unable to trigger builds via API
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.
View Article"when" attribute not available on orbs steps?
I found more info about this issue over here: Run orb commands on fail
View ArticleJest + TypeScript run locally but not on circle
I have been hitting this error after upgrading to the latest version of TypeScript which includes new features like optional chaining, although the circle server is failing to run the tests. ● Test...
View ArticleBuilds failing immediately on 1st action on executor
I’ve got 3 repos that were running until recently. Now they fail in the first step that actually uses the executor with this: failed to start cmd in pty: fork/exec /bin/sh: argument list too long...
View ArticleCache paths changed in 2.1?
This works (note: “.”): - save_cache: key: v5-cache-{{ .Branch }} paths: - . This does not (note: “~”): - save_cache: key: v5-cache-{{ .Branch }} paths: - ~ I’ve been using a similar save_cache config...
View ArticleXcode iOS tests succeed but job fails: `Clang frontend command failed with...
Our CI iOS test jobs sometimes fail with the message in the title.
View ArticleCan't SSH into or ping any of my builds
I am having the same issue again today. No VPNs are on and can’t ping the server. Is there another outage?
View ArticleCan't SSH into or ping any of my builds
Everything is fine right now. Please troubleshoot using the guide I posted earlier.
View ArticleRFC: Matrix Jobs syntax
This might not be appropriate for the MVP, but one really cool feature that Azure has is the ability to generate the matrix dynamically. Essentially you run a step that spews out some JSON and then...
View ArticleSbt recompiles everything between workflow steps
see https://github.com/sbt/sbt/issues/4168
View ArticleRFC: Matrix Jobs syntax
Hi! This is awesome to have this feature (we have long configurations in our project and most of it is basically manual matrix definition - we were really waiting for this). All in all it seems that...
View ArticleTest timings can't be found
The paths in my spec files aren’t absolute, they’re relative to the project root. The only think I can see that may be preventing the timings from being used is the fact that the paths start with ./.
View ArticleTest timings can't be found
I’ve just tried stripping off the ./ using sed -i 's/\.\///g' ./coverage/xml/rspec/rspec.xml and still get the “No timing found” messages all over the place. I’m running RSpec using:...
View ArticleRequest of CircleCI api from GAS returns an incorrectly formatted return
Hello I want to make a integration CircleCI and GAS. I wrote a GAS code that getting a CircleCI job history via CircleCI API and wrote the result to a cell of the spreadsheet. like below. function...
View ArticleNew Clojure Convenience Image Public Beta
I’m a little concerned that the default variant of this image includes Leiningen. I don’t use Leiningen, and for at least a year or two now the default installation of Clojure via clojure.org has...
View ArticleCan't SSH into or ping any of my builds
There’s no section in that guide for “Connection refused”. Only “Permission denied.” Is there any tool you can recommend to debug why your server cannot be reached?
View ArticleDocker Convenience Image Updates: February 2020
Yes there is. I’ll get back to you here when it’s available. Aiming for next week. Great question.
View ArticlePassing Circle environment variables to make
I can’t figure out how to pass circle environment variables to my Makefile using a machine executor. PROJECT_NAME ?= studyclever PROJECT ?= wundertax/$(PROJECT_NAME) BUILD_TAG ?= build-local...
View ArticleTest timings can't be found
I, too, am running into this! Any help would be appreciated. Additionally, knowing where previous run data is stored could be helpful for troubleshooting. Actually, just found the default test file...
View Article