Top "Circleci-2.0" questions

yaml: did not find expected key

Error parsing config file: yaml: line 22: did not find expected key Cannot find a job named build to run in …

yaml circleci circleci-2.0 circleci-workflows
Authentication plugin 'caching_sha2_password' cannot be loaded in circleci/mysql

I've recently encountered problems when testing code in CircleCi 2. Parts of our config.yml: jobs: build: environment: docker: ... - image: …

mysql circleci circleci-2.0 mysql-8.0
StorageException: Anonymous caller does not have storage.objects.get access

When trying to run the below code on CircleCI fun getJsonFromCloudStorage(): ByteArrayInputStream { val blobId = BlobId.of("my-company", "creds/my-company-creds.json") …

google-cloud-platform circleci circleci-2.0
agent key RSA SHA256: ... returned incorrect signature type

I'm trying to use CircleCI on a Go project on GitHub with the default template for Go projects. For reference, …

git go circleci circleci-2.0
CircleCi 2.0 working with project inside the subdirectory

I am trying to integrate my springboot tutorial project with CircleCi. My project is inside a subdirectory inside a Github …

circleci circleci-2.0
Chromedriver Devtools port number error

I'm getting the following error while trying to run tests using capybara, selenium and chromedriver-helper. The tests run fine locally …

ruby selenium-chromedriver circleci-2.0