organization · inferred from evidence
CircleCI-Public
The GitHub organization or team associated with CircleCI that maintains public repositories like the CLI.
- circleci config validate: Error: All Workflows have been filtered from this Pipeline with workflow-level...
This was fixed in the rewritten CircleCI CLI v1: the new CLI supplies a complete set of local pipeline values when validating, so a config whose workflows are all conditionally skipped now validates as valid instead of erroring. A maintaine
- circleci config validate fails with "config compilation request returned an error: Not Found" on CircleCI...
The cause is a version mismatch: newer CLI versions validate by calling a config compilation endpoint that older CircleCI Server releases do not expose, so the server answers Not Found. Either update the CircleCI Server instance to a versio