Quantcast
Channel: CircleCI Discuss - Latest posts
Browsing all 14885 articles
Browse latest View live

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 Article


What's the status of nesting VMs in a testing environment?

I will definitely support it.

View Article


Filesystem 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 Article

Filesystem 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 Article

Filesystem with posix ACL support

Cool, will try. Thanks

View Article


Filesystem with posix ACL support

Works perfect. Thanks a bunch

View Article

Logs 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 Article

Filesystem with posix ACL support

My pleasure! Glad to hear you got this to work.

View Article


Using 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 Article


Image may be NSFW.
Clik here to view.

Unable 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 Article

New 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 Article

Clear Jobs and Workflows

Hi guys. Can I remove all entries from Jobs and Workflows page?

View Article

Xcode 11.2.1 Released, 11.3 soon - 11.2.0 removed

Adding the install path for Xcode is amazing - thank you!

View Article


Failed 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 Article

Display 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 Article


Slack 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 Article

Xcode 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 Article


Reference 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 Article

Reference an inline orb within an inline orb

Orbs are a closed scope, so you can’t reference an inline orb in this way.

View Article

Xcode 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
Browsing all 14885 articles
Browse latest View live


Latest Images