cirrus-ci-docs icon indicating copy to clipboard operation
cirrus-ci-docs copied to clipboard

Documentation for Cirrus CI 📚

Results 133 cirrus-ci-docs issues
Sort by recently updated
recently updated
newest added

# Description I don't entirely understand the technical details of how it works, but from what I do understand, in order to support "trusted" publishing to npm, additional steps will...

feature

# Description When creating AWS EC2 instances, Cirrus-CI should set the `Name` tag using a format similar to GCE's 'cirrus-task-`. # Context In GCE, VMs are conveniently named with `cirrus-task-`...

feature

## Expected Behavior I expected that triggering a manual build with "override build configuration" passed would cause it to append/only override the part of the build configuration that was passed...

enhancement
feature

# Description #819 introduced a very powerful mechanism to control things within a build. Let's build on top of it even more powerful mechanism like repository hooks. The idea here...

feature

Hi, I have a few tasks defined as trigger_type: manual, because they're to expensive / slow to run all the time. I also have set up email notification for failed...

bug

## Expected Behavior A script command `cl/?` should, if it can find the `cl` command, get it to print its help message. ## Real Behavior The `call` command printed *its*...

bug

# Description Right now Cirrus is trying it's best to accurately report state of tasks and builds to an external platform like GitHub. In case of well known errors like...

feature

## Expected Behavior I expected docker daemon to be exposed on port `2375` when using this configuration: ```yaml example_task: # also happens for `container` though that isn't as important #...

bug

## Expected Behavior I expected that this task will succeed: ```yaml docker_builder: platform: windows os_version: "2019" script: python --version ``` The documentation says that Docker Builder has Python pre-installed: https://cirrus-ci.org/guide/docker-builder-vm/#pre-installed-packages...

bug

# Description A Cirrus CI example like [here](https://cirrus-ci.org/examples/) for C# or .NET. # Context I'm trying to use Cirrus CI with .NET and this would make things a lot faster

feature