Docker 19.03 support for setup_remote_docker
We still don’t have support for that version but as a workaround you can try using the machine executor and manually update docker to the version that you would like to use. Though this may not be...
View ArticleSlack fail notification is sent from each individual parallelized container
You can see a similar discussion here on our slack orb repo. The short answer is that there isn’t a great solution right now. The best option at this moment would be to create a monitoring job based...
View ArticleRunning Protractor in CircleCi parallelism
That CircleCI command will search for filenames based on the supplied regex value. Then it uses the $NODE_INDEX envars that we automatically generate in each container to split the list of filenames...
View ArticlePipelines marked as running eventhough they are not
In the new UI, all pipelines are marked as running, but after opening detail, none of the jobs inside are running.
View ArticlePipelines marked as running eventhough they are not
Hi @tomaskallup! Thanks for posting and welcome to the CircleCI community. We can’t seem to replicate this issue. Can you post a URL this? Public users will not be able to open it, but the team will...
View ArticleUpdate to Xcode 11.1.0 breaks Ruby version selection for unit tests
Recently upgraded from Xcode 10.1.0 to 11.1.0 and from ruby 2.4 to 2.6 (specified in .ruby-version file), but when running tests after the upgrade they are failing for chruby: unknown Ruby: ruby-2.4....
View ArticleSkipping to build the most recent commit in the queue
I have some long running, expensive tests that I want to run on my project’s default branch, to run each job to completion with concurrency 1 and not to cancel redundant builds. When the job...
View ArticleXcode 11.2 macOS Catalina missing git lfs
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.
View ArticleRunning Protractor in CircleCi parallelism
I’m actually getting no output from that command. Tried both absolute and relative. The step ended with no output and code 0
View ArticleHelm 3 orb
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.
View ArticleNew UI now available for opt-in!
any roadmap for? autoscrolling on jobs all workflows or all queue jobs, or something to see the queue
View ArticleXcode 11.2.1 Released, 11.3 soon - 11.2.0 removed
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.
View ArticleUsing project API tokens to access the cc-tray API
I don’t think this is possible today. mheiber: If not, would it be too much to ask to add it, maybe, to the “Status” scope of the per-project API token permission set(s)? The best thing to do would be...
View ArticleHugo Circleci blog post issues
Error: #!/bin/bash -eo pipefail apk update && apk add git /bin/bash: apk: command not found Exited with code exit status 127 Followed all the instructions: CircleCI – 13 Nov 18 Adding...
View ArticleTar cannot open directory when extracting file
My config.yml file is set up to extract a tar.xz file to a directory. Whenever it tries to extract it, it fails with the error tar: -C: Cannot open: No such file or directory. I have tried on a docker...
View ArticleUsing project API tokens to access the cc-tray API
ideas.circleci.com CircleCI Ideas Post your ideas and vote on those you would most like to see in CircleCI.
View ArticleCicrleCI fails in section Install Bundler
Hey, We have an iOS application repository. Each push triggers CircleCI to run an automation suit. For some reason, starting from today, every new commit fails. Even if it is just committed of a space...
View ArticleCannot find Pipfile.lock file while restoring cache in python 3.7.1 image
Hi Levlaz, Thank you for your suggestion, it did help me to figure out by running it with SSH as I realized that I completely misinterpreted the goal of the checksum while restoring the cache. Cheers.
View ArticleSyntax error with run command, doesn't happen in local env
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.
View Article