Communication from secondary containers to primary containers in a...
@thekatertot, thanks for the link but I don’t think this quite fits what I am looking for. The linked post, focuses on extracting/retrieving information from the secondary container from the primary...
View ArticleClarification of limits for FOSS
Hi, I would like to get clarification on set limits for building FOSS project. In Pricing FAQ, there is (excerpt): CircleCI will be offering organizations on our free plan 400,000 credits per month to...
View ArticleSlack's banner notification in Mac/Phone cannot display message
Hi, currently i’m using circleci/slack@4.1.1 Orb for slack notification in my config. I’m using custom block not the built-in template. The message are properly rendered and displayed when viewed...
View ArticleCommunication from secondary containers to primary containers in a...
Can you share a bit more about what you’re trying to achieve in communicating from the service containers to the primary container? I was only able to find one other similar request and I don’t...
View ArticleMaking the dashboard public
Sorry this isn’t something that we can help you with today. For anyone passionate about this we are tracking comments and votes here to help raise visibility for prioritization. By voting on this...
View ArticleClarification of limits for FOSS
Hi @cerna! My understanding is that our free plan works for: docker small docker medium machine medium Does that help?
View ArticleIntegration tests with Go and Postgres
Hi @Taaanos! I think this config walkthrough has a lot of what you need, but if it doesn’t answer your questions, please let me know so we can dig deeper! circleci.com Language Guide: Go - CircleCI
View ArticleCircleCI api 29 does not load build tools 29
(topic withdrawn by author, will be automatically deleted in 24 hours unless flagged)
View ArticleSingle API to fetch output of all actions in a build
Currently, an action in a build contains an output_url attribute that needs to be dereferenced to fetch the log of that action. Is there a separate API that fetches the logs for all the actions in a...
View ArticleCommunication from secondary containers to primary containers in a...
Hi @fernfernfern We are trying to run BlackBox tests from the primary container to the secondary container (which contains the latest version of our app we want to test). The issue is that we need our...
View ArticleFilters on branches does not work as expected
Hello, I try to launch circleci on all the github branches of my project , except one, without success. What I expect : don’t run circleci on my “gh-pages” branch. In all others cases, run circleci....
View ArticleCommunication from secondary containers to primary containers in a...
Hello, I don’t believe it’s possible to do that with the docker executor. Someone else may chime in to correct me. But it sounds like at the very least you’ll need to use the machine executor. You may...
View ArticleCertifying Orbs
@KyleTryon This doesn’t strictly fall into the review process but my company has a use case where we would like to be able to use our own orbs without allowing all third party orbs. Since our orbs are...
View ArticleConfig file confusion
Hi all, So this may be a really stupid question but I’ve searched and can’t find an answer. We have repos that use GitFlow for it’s branching strategy. Currently I have my .circleci folder on the...
View ArticleHow to get a C++ compiler with CircleCI?
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.
View ArticleOld workflows still appear in GitHub, preventing merge
We recently updated our CircleCI workflow by renaming the jobs. The problem is the old jobs are preventing merge (from GitHub’s standpoint as our old jobs are required, but they don’t even exist...
View ArticleCertifying Orbs
Hello @stlava, It sounds like private orbs would resolve your use-case. I have limited information I am able to share at this moment, but private orbs will be coming to CircleCI shortly!
View ArticleWorkspace not correctly attaching
and? anyone found out why? i have the exact same issue now…
View ArticleNeed Assistance With Maven Build
Hi everyone, I am a beginner in using continuous integration and I wanted to compile my maven project. In my maven dependencies, there are some dependencies that are not located on the central...
View ArticleConfig file confusion
Hi @glance, Welcome to CircleCI’s Community! You will need to have a config.yml file located inside a .circleci directory in each branch. You can use Branch Filtering to run different workflows based...
View Article