Trying CircleCLI "getting started", and "circlecli config validate" fails
Before I saw your message, I found this commit that I think may be the cause of the breakage: github.com/CircleCI-Public/circleci-cli Send fabricated pipeline values when validating config committed...
View ArticleTrying CircleCLI "getting started", and "circlecli config validate" fails
I tried this in other repos that I know build correctly, and I get the same error. So unless this is a mandatory new change to all config.yml files, I think the CLI tool is broken.
View ArticleTrying CircleCLI "getting started", and "circlecli config validate" fails
Okay, I can confirm that error starts showing up with that commit. If I install the previous version, % VERSION=0.1.7179 % curl -fLSs https://circle.ci/cli | bash I instead get this: % circleci config...
View ArticleTrying CircleCLI "getting started", and "circlecli config validate" fails
nbialostosky: Can you check your CircleCLI version with the following circleci version and also copy/paste out exactly the contents of your config and add them as a reply here? In addition, if the...
View ArticleTrying CircleCLI "getting started", and "circlecli config validate" fails
After seeing this issue - https://github.com/CircleCI-Public/circleci-cli/issues/353 - I tried setting my local config to point to https://circleci.com instead of to our local circleci domain. With...
View ArticleNew machine executor image ubuntu-1604:202004-01 with Docker 19.03
@ggreer We had hoped it would be a fix transparent to existing users; apologies for the disruption caused and thank you for the valuable feedback.
View ArticleNew machine executor image ubuntu-1604:202004-01 with Docker 19.03
Definitely a no-go to release a shadowed patch underneath the hood. Nobody does expect this kind of behaviour when running their daily CI’s. How can someone even rely upon having deterministic builds...
View ArticleMigrations complete successfully, test cannot access database
Hi Nick, Thanks for the email. Unfortunately, the issue isn’t fixed as deployer still doesn’t put the release out, due from what I can see to be an authentication issue. Deployer think the issue isn’t...
View ArticleNew machine executor image ubuntu-1604:202004-01 with Docker 19.03
ggreer: In the future, could you please bump the tag instead of pushing a new image to the same tag? The patch system that we have in place is for the very scenario, to fix an image that shipped...
View ArticleTrying CircleCLI "getting started", and "circlecli config validate" fails
Thanks for the followup and additional information! Now that I know this is related to a local server install this would be best taken care of within a support request so we can collect more of the...
View ArticleDisable value autocomplete in new UI context edit
Hi, Thanks for providing the feedback. Could you please disable browser “autofill settings” and let us know if you still see that. Regards, Pawan Bahuguna
View ArticleKeys missing in Ubuntu images
I’m using the machine executor with the ubuntu-1604:201903-01 image. It started failing constantly a little while ago with: W: GPG error: http://dl.google.com/linux/chrome/deb stable InRelease: The...
View ArticleFeedback wanted: moving from v1.1 job triggering to v2 pipeline triggering
For what it’s worth, I set out today on a simple mission to “trigger a CircleCI job via the API”, and after a lot of contradictory documentation and trial-and-error, reading this thread is the closest...
View ArticleTrying CircleCLI "getting started", and "circlecli config validate" fails
Hello, Thank you for writing in. The server version of Circle CI only supports our legacy CLI version. You can find more information on how to install that here:...
View ArticleTrying CircleCLI "getting started", and "circlecli config validate" fails
Thank you! I got that answer on our support ticket today as well. It’s good to know this was never even supposed to work. It would be very helpful if you updated the documentation I linked to at the...
View ArticleTrying CircleCLI "getting started", and "circlecli config validate" fails
Thank you for the feedback! I’ve written a PR to the public-facing docs to clarify that only the legacy CLI is available on server: https://github.com/circleci/circleci-docs/pull/4393
View ArticleCircleCI short object hash does not match git's
The short form of the git object SHA1 hash (e.g. 80cf7b3) that CircleCI displays throughout the web UI does not always match git’s own short hash computation. This is quite annoying, since it means...
View ArticleFeedback wanted: moving from v1.1 job triggering to v2 pipeline triggering
We’re sorry about the confusing transition period. V1.1 job triggering does indeed work right now, but is going to stop working in the future, as it’s fundamentally incompatible with pipelines. The...
View ArticleAdvanced Logic in Config
I’m happy to announce the recent addition of advanced config-compile-time logic statements to config version 2.1. This is part of our initiative to give users greater control over the work to perform....
View ArticleCorrect usage of x-attribution-actor-id / x-attribution-login
It’s not possible to set the user at this time. It will always be the user of the key who is triggering the pipeline.
View Article