New job dependency graph unreadable
Nope, sadly not. Send me a private message then I can share an example. Or check our account.
View ArticlePermission denied (publickey). Exited with code exit status 255 CircleCI...
This is a private repo
View ArticlePipeline Variables not valid in Orbs?
Pipeline variables are not in scope in orbs - https://circleci.com/docs/2.0/pipeline-variables/#the-scope-of-pipeline-parameters You can declare parameters to the orb and pass the values in that way....
View ArticleNew cimg go 1.15.1 permission error
When running with image circleci/golang:1.13.7, this config works: - restore_cache: # restore depedencies keys: - go-mod-v1-{{ checksum "go.sum" }} However, when switching to cimg/go:1.15.1, I now get...
View ArticleOpen source project build log requires authentication to view?
Let’s say I have a friend that isn’t a programmer and does not have a GitHub account. I wanted to showcase something that occurred during one of my builds. I send them a link to the workflow. They...
View ArticleUse project api token for project specific api v2 endpoints?
Hi, I have created 2 API tokens. One personal api token and one project specific api token. I expected the project api token to work for endpoints which are all considered to the same project slug...
View ArticleUse project api token for project specific api v2 endpoints?
Hi @Apisan, You did not miss anything. Project tokens are currently not supported on API v2. You can use the CircleCI V1 API with a project token. Additionally, you can set the scope (“Status”, “Build...
View ArticleWhat is the purpose of add_ssh_keys?
The documentation on configuring SSH access mentions that it is a must to add the “add_ssh_keys” in our job that we want to use a key in. However I was able to do this without having the same in my...
View ArticleContext Settings - "Organization Admin Permissions Needed" - GraphQL Error
Hi, I seem to be having the same problem, and this is after the fix that @angelisa mentioned. Are you still having issues?
View ArticleUse project api token for project specific api v2 endpoints?
Hi @Henna, thanks for your reply. I need to use the API v2 for triggering and set pipeline variables which is not possible with v1. So for now I will probably use the personal api token, in the hope...
View ArticleOpen source project build log requires authentication to view?
Came here to ask regarding the same thing; we’ve got a public project and we’d ideally like the build errors to be visible to non-organisation members. So i guess this would be a +1
View ArticleErrors in config file displayed... weirdly in UI
Hey! So CircleCI is great! Having tremendous fun un-borking our failing tests, and setting them up. Just poking my head to say that config file errors can be displayed rather weirdly in the ui:...
View ArticleUsing the official Docker orb fails now when it did not in the past
Orb: https://circleci.com/orbs/registry/orb/circleci/docker Repo: https://github.com/nektro/andesite Failing build:...
View ArticleErrors in config file displayed... weirdly in UI
Thanks for the feedback! I’ll be sure to pass it along to our UI team. Honestly, I’m not convinced anyone is BFFs with YAML
View ArticleContext Settings - "Organization Admin Permissions Needed" - GraphQL Error
Hi @lbalmaceda! Thanks for your patience. I just came across this Support article and thought it might be related to your post if you’re still experiencing this problem!
View ArticleContext Settings - "Organization Admin Permissions Needed" - GraphQL Error
Hi @scriptcoded! Are you using something like GitHub teams or are you an org admin?
View ArticleWhat is the purpose of add_ssh_keys?
Welcome to the community, @darkknight97! I’m not sure I follow your question. If you mean SSHing into the build environment , then we fetch the SSH key on file from the VCS provider (e.g., Bitbucket...
View ArticleEnviroment variables available in multiple containers
Hey I’ve been trying to get a CI workflow setup, but have run into a snag. We have a setup where a primary container where the tests are run is communicating with multiple services, and all containers...
View ArticleWhat is the purpose of add_ssh_keys?
Hi @thekatertot. I mean the second use case “making use of an SSH key inside the environment”. I need to send my code to an EC2 instance using rsync and CircleCI docs say that I need to use the...
View ArticleContext Settings - "Organization Admin Permissions Needed" - GraphQL Error
Hi @thekatertot! I’m actually an org owner in GitHub. However, this morning it seems to work. Perhaps there is a window from adding the organization where things just don’t work?
View Article