Help contributing
You need to first fork the CircleCI repo and then make the changes there on the Alpha branch by creating it on your repo. Then once you’re ready, you can submit a PR back to the CircleCI repo for...
View ArticleNew UI now available for opt-in!
Thanks. However, the banner is not always there. For example, earlier today when I wrote my question the button wasn’t there in any project I tried to access. In may be due to something in the precise...
View ArticleNew UI now available for opt-in!
Hey @amitz it should always be there if you’re viewing a pipelines-enabled project! You do have to navigate to a Job Detail page specifically, not a different page. Perhaps it wasn’t there earlier...
View ArticleMake tag breadcrumb link to workflow
Are there plans to make the tag breadcrumb on the job page clickable? Right now, the only way to view the workflow for a tag is to click from the main project page, not sure why it isn’t possible to...
View ArticleNew UI now available for opt-in!
I think the issue might be that you have to navigate into the job details. I guess this isn’t intuitive since I found it hard to find earlier, even though I’ve done it numerous times in the last few...
View ArticleNew UI now available for opt-in!
Hi @amitz, Thank you for your feedback, we appreciate your passion for our product and will always continue to improve our UX. At this point, we are not going to prioritize improving the click flow...
View ArticleNew CircleCI Academy Lessons: iOS Code Signing and Parallelism
The CircleCI Academy is unusable with Safari and “prevent cross-site tracking” enabled. Requiring disabling this is unacceptable because of the abuse by ad trackers etc. I hope you will work with...
View ArticleMax number of workflows per config
I am getting an error when validating the config.yml. The error just started today without any changes to the config file. This is the error ERROR IN CONFIG FILE: [#/workflows] maximum size: [101],...
View ArticleCircleCI 403 Forbidden in HTML artifacts
It seems to affect SciPy’s CircleCI HTML artifacts as well: github.com/scipy/scipy Documentation Rendering Issues Visible in CircleCI Artifacts opened 10:33PM - 05 May 20 UTC mdhaber Documentation has...
View ArticleBuild status badge not showing on GitHub
I have a public repository and have added Markdown code to the README page to show the build status. However, the image is not showing. Here’s the Markdown code: [![Build...
View ArticleWorkflow branch ignore still triggered
I’m trying to filter my workflow so that the build_frontend and build_backend jobs do not run when we push to the reports branch. I’ve added a branch filter to each job but it keeps triggering on...
View ArticleCodecov orb and circleci
Hi there, I’m struggling to get the circleci codecov orb to work with my nodejs project. My circleci config file is at https://github.com/seanoshea/fuzzymatchingjs/blob/develop/.circleci/config.yml is...
View ArticleIs docker-compose 3.7 supported?
A night of sleep was much needed. This morning in 5 minutes I’ve been able to find this piece of guideline which explains how to specify the image with your preferred docker-compose version. In my...
View ArticleBring Back the "Cancel Job" single click and a "Cancel Workflow" link in the...
When I need to cancel a job, it’s often important that I can do it quickly and most of the time I want to cancel the whole workflow anyway. In the old build UI (OBU), the job had a “Cancel job” link...
View ArticleCircleCI 403 Forbidden in HTML artifacts
Hiya @Eric89GXL - it looks like this is directly due to our recent change with redirecting artifacts: https://circleci.com/changelog/#artifacts-redirects. We recently rolled out a change that allowed...
View ArticleBuild status badge not showing on GitHub
@keithpitty Hello! It appears this is due to how GitHub anonymises images within READMEs, which you can read a bit about here:...
View ArticleUNIT TESTS-ENOMEM: not enough memory, read
Hi Jary, i am trying to establish parallelism so i can make my Cypress tests fisnish much faster. image484×681 50.3 KB i set parallelism to 4 but how can i specify which files will be splitted? i can...
View ArticleBuild status badge not showing on GitHub
@gmemstr thanks for your suggestion. I tried the suggested command but the image still cannot be displayed. I don’t the scenario is the same as is described in...
View ArticleWorkflow branch ignore still triggered
Hi @kourbou, Welcome to the community! You need to indent your filters one more level: they need to be under the job name, but at the moment they’re at the same level as the job name. Please see the...
View Article