Filters on branches does not work as expected
Hi @Anne-Gaelle, It looks like this error might be caused by not having a config.yml file in your gh-pages branch of your repo. Adding a config.yml file should resolve your issue. Can you give it a...
View ArticleStore_artifacts step makes browser sluggish/consume CPU
Have noticed in the new UI that store_artifacts steps that include many artifacts slow my browser tab to a crawl and make it consume 100% CPU while the text output is churning. This is on...
View ArticleRedundant builds are canceled on the default branch
We decided to keep it as is in case “disconnecting” everything first makes it worse. That doesn’t sound safe to me at all.
View ArticleRedundant builds are canceled on the default branch
Hi @eps1lon thanks for keeping us in the loop. Manually removing and adding webhooks should be safe and will not remove any data, but is definitely not an ideal experience. Turns out we can also...
View ArticleStore_artifacts step makes browser sluggish/consume CPU
Interesting. I’m going to pass this along to our UI team so we can take a look. We haven’t heard any other reports like this yet. If it worsens, it wouldn’t hurt to submit a Support ticket so they can...
View ArticleHow to recognize different events in CircleCI
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.
View ArticleCommunication from secondary containers to primary containers in a...
I think this should be possible, all of those containers share a network cgroup. My recommendation would be to add an ifconfig command into each container and compare the output to see how it all fits...
View ArticleConfig.yml conditional for build and deploying multiple environments
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.
View ArticleFilters on branches does not work as expected
Hi Henna, Thank you very much for your answer. I didn’t think it would be necessary to dupplicate config.yml to my gh-pages. As the content of my gh-pages is generated automatically, it’s a bit...
View ArticleHow to setup minikube for testing?
Thanks for the suggestion. In my case, our end-users are using more minikube, so preferred to stick with it. After several attempts, I managed to slim down the configuration to have only few lines:...
View ArticleSingle API to fetch output of all actions in a build
Hi @aayushagrawal135, Welcome to the CircleCI community forum! You can use API v1.1 endpoint Single Job which returns the full details for a single job. Regards, Pawan Bahuguna
View ArticleAllow to show builds to unregistered users
Hello, We are using CircleCI in our open source project Data Driven Forms https://github.com/data-driven-forms/react-forms, however we ran into an issue that unregistered users cannot see why builds...
View ArticleAllow to show builds to unregistered users
Hi @rvsia welcome to the CircleCI Community! At this time, unregistered users are unable to view build logs in the new UI unless authenticated to CircleCI. However, we do have an open feature request...
View ArticleSingle API to fetch output of all actions in a build
Right, currently I am using the same. However, it requires me to call the output_url for each action inside the nested steps of a build. I was looking for alternatives that could fetch logs for all...
View ArticleSingle API to fetch output of all actions in a build
Sorry, but we don’t have any other alternative API for that.
View ArticleUpdate on November Incidents
Monday, November 23, 2020 update on November 18 incidents Beginning on the morning of November 18 and throughout the day our platform experienced a series of issues that impacted our ability to run...
View ArticleTest results not showing, even though created
My job: security_check_terraform: executor: cloudrail/default steps: - attach_workspace: at: . - cloudrail/scan_terraform_junit: cloud-account-id: "..." cloudrail_api_key: $CLOUDRAIL_API_KEY...
View ArticleFilters on branches does not work as expected
You are very welcome. Feel free to follow up here if any additional questions come up.
View ArticleCircleCI CLI Orb Pack Beta
Hey I am trying something similar to this example, but every time I do so I just get the literal variable instead of the environment variable’s value. For example, in your example code: - run: name:...
View Article