New UI feedback - worse usability
Thanks for the reply. FWIW, I think having the pipelines at the top is the right default view, but it needs immediate visible access to the job hyperlink to be usable. I suspect those looking to...
View ArticleNew UI feedback - worse usability
Without any knowledge about where those statistics come from, they are meaningless. For example, I am not aware of anyone on our team being surveyed and we’ve widely panned the changes internally ever...
View ArticleWhere is chat notification on the new CircleCI UI
Thanks gmemstr I’ve already read the document and understand you’re encouraging to adopt Orbs. The problem is what happens to existing chat notifications after CircleCI switches to the new UI. Is...
View ArticleGlobbing tests does not include subfolders
See here: CircleCI Support Center Why isn't my glob pattern recursing all folders? This could be caused by various things, but one of the most common reasons that you might not see your globbing...
View ArticleOrganization wide token
Hello, AFAIK there is no way to grant a user the ability to publish an orb, not even a dev orb, except granting the user organization wide admin access. Is there anything new about this topic ? I...
View ArticleNew UI feedback - worse usability
jodastephen: There is no way to see currently running jobs across all projects. I utilize this for a number of reasons in the usable UI, but very frequently to locate jobs that are running because SSH...
View ArticleWhere is chat notification on the new CircleCI UI
I’m curious about this as well. I’d actually be interested in a list of all the current features being dropped from the New UI; like insights, not showing test summary on jobs with failed tests, and...
View ArticleOrb publishing GitHub token scopes
Hi @zygopleural - can you confirm whether you’re using a GitHub token, or a CircleCI token for authentication?
View ArticleOrb publishing GitHub token scopes
I did a little more digging before signing-off last night and things are getting weirder and weirder… Before: We lint, pack, and publish-to-dev using circleci/orb-tools We had a GitHub token created...
View ArticleOrb publishing GitHub token scopes
Also worth noting that the build about 10 mins before it all started going wrong, went through fine unchanged: Screenshot 2020-03-26 at 09.40.151940×572 36.4 KB
View ArticleSchema issues when trying to use persist_to_workspace
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.
View ArticleAbout the Product Feedback category
Please provide any feedback on improving existing functionality here, using the appropriate tag.
View ArticleDisable SSH
@halfer You mentioned that another way to lock things down is to run builds via API and pass secrets as pipeline parameters. API v2 documentation on the topic has a following note: Note: Please note...
View ArticleBuild and test iOS and Android on same Mac executor setup?
I don’t know about all the in depth functionality of CircleCI’s features, but do know there is an orb or two for Android stuff, there’s probably Android docker images, and there’s a Mac VM execution...
View ArticleXcode 11.4 Released
The Xcode 11.4 (GM) image has just been released and can be selected as follows: macos: xcode: 11.4.0 Note: The 11.4 GM image is still rolling out to our macOS large executors and may take a bit...
View ArticleDisable SSH
For anyone considering triggering builds via API as a way to extract sensitive information from build - that’s not going to work. Build that was triggered via API can be rerun with SSH and it will...
View ArticleJest not recognizing Yarn workspace module
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.
View ArticleRFC: Matrix Jobs syntax
We have shipped matrix support. Read more about it here. Happy building!
View ArticleDocker container not starting
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.
View ArticleDoes CircleCI 2.0 work with monorepos?
I have a built an orb to help with monorepos. And one command specifically tackles this problem. Any PRs are welcome. Orb: https://circleci.com/orbs/registry/orb/roopakv/swissknife specific command:...
View Article