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

Sh: 1: serverless: Permission denied

yea – we are also starting to see this issue using circleci/node:8.10. same behavior as what @brannondorsey mentioned – it happens intermittently and re-running the workflow gets it to work, so its...

View Article


Sh: 1: serverless: Permission denied

fwiw – throwing a sudo chmod 755 on the actual serverless/bin/serverless.js maybe worked?

View Article


Status badges for skipped builds show as failed

Same issue here. Skipped builds are causing our master branch badges to show as failed. I’m guessing there has been no progress on this one?

View Article

Stop a build from a job

So, I found out that I can stop a job, successfully, using circleci step halt. But I would like to skip/cancel an entire build/workflow from a job. Everything but a failed state is acceptable. How can...

View Article

Image may be NSFW.
Clik here to view.

Is downloading cocoapods from S3 still advantageous?

Thanks a lot! I am at the moment unfortunately busy with another (non-iOS) project, but I will change my pipeline eventually and let you know should I encounter any problems. Thank you for looking...

View Article


Running Protractor in CircleCi parallelism

I was looking into making tests run in parallel in circleci to speed up tests. In Protractor, there is a capability to shard test files, but it doesn’t appear to help the speed of tests in CircleCI. I...

View Article

Andriod, Error Computing Cache KEY No such directory found

Hello, I have spent hours trying to figure this issue out and can not for the life of me understand how to fix the issue. Starting: My github root directory holds the .circleCI folder; however the...

View Article

Andriod, Error Computing Cache KEY No such directory found

config.yml: version: 2 jobs: build: working_directory: ~/seg2105-project-team-f19-24/BookerX docker: - image: circleci/android:api-25-alpha environment: JVM_OPTS: -Xmx3200m steps: - checkout -...

View Article


Proposed Breaking Changes to the API v2 (Preview)

Can you post the config?

View Article


Proposed Breaking Changes to the API v2 (Preview)

@ndintenfass I’ve supplied a reduced version of the configuration to highlight the elements related to the pipeline parameter. Some things I’m curious about Could the inclusion of triggers impact the...

View Article

Using project API tokens to access the cc-tray API

Hey, I’m trying to use Nevergreen to monitor our CircleCI pipelines through the CCTray API CircleCI is implementing (thank you for that!). So far I’ve learned that I can only use my “Personal API...

View Article

Is CIRCLE_COMPARE_URL still a thing?

Hi @stig I’m trying to use the CIRCLE_COMPARE_URL code you listed. What I’m seeing for new branches is that there is no pipeline.git.base_revision . Any recommendations on how to get this compare url...

View Article

Elastic Beanstalk Deploy never terminates on CircleCi but App is deployed

Had a similar issue and found a suggestion to add the permission elasticbeanstalk:DescribeEvents to the deploy user. Resolved my issue.

View Article


Docker 19.03 support for setup_remote_docker

Any update on this? I’m also interested in using new docker (features and bugfixes) with setup_remote_docker. For reference, here’s the list of supported versions:...

View Article

Image may be NSFW.
Clik here to view.

API endpoint for linting config files

I filed a bug 3 months ago about the CLI validate tool not using the same validation rules/grammar as the actual parser on the CI servers. Useless as a validator as a result; passes things that don’t...

View Article


Can't confirm new email address

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.

View Article

How to use GitHub Packages with CircleCI

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.

View Article


API endpoints for a private repo respond with 404 to an invalid token

@ndintenfass thanks for your reply but I have to disagree with you. GitHub does return 401 unauthorized on any request if the access token in use is invalid. I do not see how replying with 401 to...

View Article

"unable to connect to chromedriver" error

Did you manage to figure out what was causing this?

View Article

"unable to connect to chromedriver" error

I did yes. I managed to fix it by bumping the circleci cache key. I don’t know why the cache was the issue and it took forever to narrow it down to that but when I altered the key and forced a rebuild...

View Article
Browsing all 14877 articles
Browse latest View live