2.0: Any way to set a variable to `no_output_timeout`?
No, right now this setting cannot be selectively used depending on context. You would need separate job definitions to make this work I think.
View ArticleWhat's the status of nesting VMs in a testing environment?
I will definitely support it.
View ArticleFilesystem with posix ACL support
Hi, version: 2.1 orbs: python: circleci/python@0.2.1 jobs: build: executor: name: "python/default" tag: "3.7" I also tried different docker images, they all don’t support posix ACLs. I tried an...
View ArticleFilesystem with posix ACL support
This is likely not possible with the docker executor. You can try this with the machine executor instead. https://circleci.com/docs/2.0/executor-types/#using-machine
View ArticleLogs have useful content replaced with asterisks (e.g. `*******`)
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.
View ArticleUsing persist_to_workspace in Commands (key) in version 2.1 of circle.yml
I am using the Commands key in my circle.yml file and attempting to get persist_to_workspace working. How can I persist files between jobs when using Commands. I’ve played around with...
View ArticleUnable to Approve steps in new CircleCi Job Experience
Hi there, Was trying out the new CircleCI Job experience, and realised that I am unable to ‘approve’ and steps. Works fine when I go back to the old experience. Thought I’d report it in case it wasn’t...
View ArticleNew UI now available for opt-in!
Hi, I noticed there’s nowhere in the new UI that allows me to continue a job that’s on hold. Am I missing something?
View ArticleClear Jobs and Workflows
Hi guys. Can I remove all entries from Jobs and Workflows page?
View ArticleXcode 11.2.1 Released, 11.3 soon - 11.2.0 removed
Adding the install path for Xcode is amazing - thank you!
View ArticleFailed to create a vm: instance not ready yet: unassigned
On Saturday I had this build failure on a scheduled Docker executor: Allocating a remote Docker Engine Waiting for a Docker Engine assignment:...
View ArticleDisplay app version in workflow overview
Hi guys I have a CircleCI pipeline set up to build a docker image that holds my node app. I use workflows to deploy this image to Google Cloud. First I deploy to a staging environment automatically...
View ArticleSlack Notifications only on select few workflow events
Hi Guys I have turned on Slack notifications for my CircleCI project. This notifies me of all builds. But I only want notifications of when I deploy to production. This is a step in my workflow and...
View ArticleXcode 11.2.1 Released, 11.3 soon - 11.2.0 removed
You’re welcome. Is there anything else you’d like in the docs?
View ArticleReference an inline orb within an inline orb
I can’t seem to get the syntax to reference an inline orb from within an inline orb. Is this a bug/lack of functionality, or just poorly documented? orbs: my-orb: description: an inline orb orbs: go:...
View ArticleReference an inline orb within an inline orb
Orbs are a closed scope, so you can’t reference an inline orb in this way.
View ArticleXcode 11.2.1 Released, 11.3 soon - 11.2.0 removed
Not that I can think of at the moment. The Xcode install path was the most glaring absence. Just about anything else I’d want to read into a script is there (available ruby versions, iOS versions, etc).
View Article