Xcode 11.5 Beta 2 Released
The Xcode 11.5 Beta 2 image has just been released and can be selected as follows: macos: xcode: 11.5.0 A note about Python Python 2 has been included in this image - you can call Python 2 with python...
View ArticleWill privileged containers (SYS_ADMIN and /dev/fuse) be supported?
Yes I did. It seemed to require the use of certain images so I couldn’t run it with my ”seriema/retro-cloud” that’s on Docker Hub. Maybe I missed something and did it wrong?
View ArticleNew CircleCI Academy Lessons: iOS Code Signing and Parallelism
Well, I just went through this again and I can confirm that it doesn’t work in the current version of macOS and Safari unless “Prevent cross-site tracking” is unchecked OR I view the site in a private...
View ArticleMultiple DockerFile with monorepo
Hey, is it possible to have a monorepo with multiple modules, each one with a specific DockerFile inside it? if yes, how can i manage this? thanks
View ArticleDocumentation uses outdated docker image for SwiftLint (testing iOS)
Awesome! I’m most definitely interested in that docker image as I’m already using that outdated one provided in the doc, but only noticed yesterday that it was running a pretty old version of...
View ArticleIssues importing circleci orbs in my orb
Hello, I’m working on creating a cicd orb for our organization to abstract away some of the complexity of setting up circleci pipelines in our organization. I would like to create an orb that combines...
View ArticleUsers Billing: 2 Users, that are not users, that I am getting billed for
I got a notice today that I was out of users. As I had 10 bought this confused me because I only have 9 people that are doing building on my team. When I looked at the billing users I see two users,...
View ArticleWorkflow parameters overridden
I have a repo of UI tests, with multiple suites living together. I want to trigger each suite separately but my workflow parameter is getting overridden, ie the periodic-acceptance-PE-CM worfklow is...
View ArticleIs MongoDB really supported?
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.
View ArticleAre there any stats on which images are most popular and most likely to...
Spin Up Environment is slow and inconsistent. Are some CircleCI images more popular than others? I want to maximize chances that the image I am using is already on the host. I am running Python and...
View ArticleAndroid Build getting failed
As you can see in the below screenshot my android build is getting failed. It is a multi-module project. I don’t know what are the reasons as the logs are not clearly defined and if i run those tasks...
View ArticleNew machine executor image ubuntu-1604:202004-01 with Docker 19.03
@valentinsavenko Thank you for the feedback. This issue was something overlooked during the update of the image and we’re currently investigating it. In the meantime, we recommend using sudo apt-get...
View ArticleCircleCI's ubuntu-1604 docker image seems to be having GPG key problems
try adding Google keys before using the image: wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
View ArticleV2 API cannot be accessed with project api token
This is related to (write operations not working): API v2 cannot be accessed with project specific API token Feedback & Bug Reports I trigger an new pipeline with v2 API as described here:...
View ArticleCircleCI's ubuntu-1604 docker image seems to be having GPG key problems
I mean, obviously, but we shouldn’t have to do that on Circle’s own VM images. As a work around, Circle support suggested we use apt-get instead of apt. That turns the error into a warning and the...
View ArticleCorrect usage of x-attribution-actor-id / x-attribution-login
Thank you for the response @fernfernfern. How would we then specify the user whom triggered the workflow? Currently the wrong user gets assigned the workflow jobs that are triggered.
View ArticleAllow sending title (commit message) when triggering pipeline in API v2
over in Correct usage of x-attribution-actor-id / x-attribution-login @fernfernfern replied saying these headers are for internal CircleCI use only. SO doesn’t look like we can set these attributes.
View ArticleMigrations complete successfully, test cannot access database
When running a build of my Laravel project, the migrations to a sqlite database complete successfully. However, when it gets to the test, I get the following error: 1) NoAuthCest: Try to test Test...
View ArticleAdd a workflow_url (like the previous v1 job api job_url) to the /get...
So we currently use the pipeline api to trigger workflows using a slack bot. We then retrieve the workflows triggered in the pipeline and the bot returns a generated url to the first workflow in that...
View ArticleRails 5 & Yarn configuration
I have just added circle to my app and I am using the sample config file laid out in the Rails docs - with a small change to get bundler to work properly: version: 2 # use CircleCI 2.0 jobs: # a...
View Article