How to Achieve Automation at Scale with CircleCI and AWS - [WEBINAR - OCT. 13]
How to Achieve Automation at Scale with CircleCI and AWS October 13 @ 10 AM BST | 9 AM UTC - Register now Developers who build on AWS need the best tools available to get to market faster with quality...
View ArticleSecuring Your Infrastructure Before, During and After Deployment with...
Securing Your Infrastructure Before, During and After Deployment with CircleCI, Snyk, and Pulumi October 14 - 9 AM ET | 1 PM UTC - Register now Join Angel Rivera (CircleCI), Paul Stack (Pulumi), and...
View ArticleWelcome to the CircleCI Community! (*^ワ^*)
Hi @hercial61! Thanks for joining the community
View ArticleOfficial Hacktoberfest and Orbtoberfest Thread!
Hacktoberfest is a month-long contest beginning October 1, run by DigitalOcean, DEV, and Intel. Whether you’re new to development or a long-time contributor, anyone can participate and help grow the...
View ArticleBundler not resolving the right dependencies
Hi! You’ve definitely nailed down the issue. What image(s) are you using for your container?
View ArticlePOST requests via XMLHttpRequest fails
Hi all! I’ve got an issue related to API v2.0. I’m trying to send XMLHttpRequest (using axios) to API from browser. GET requests with query parameters works fine. Example: const CIRCLE_TOKEN: string =...
View ArticleSkip commands if branches are created by Dependabot using regex
Hi @guohaolee, Currently, conditional logic does not support regular expressions. You can however use branch level job execution with regular expressions.
View ArticleBundler not resolving the right dependencies
I believe that you need to specify pre and beta versions explicitly in your Gemfile. source 'https://rubygems.org' gemspec gem 'minitest-ci' group :development do gem 'git-precommit' gem 'steep',...
View ArticleWhat are the Windows VM options?
I see that the Windows orb defaults to use the windows-server-2019-vs2019:stable image but it can take a specific version. But are there additional versions available and documented? Is there any...
View ArticleAPI /context return Forbidden
You can see this error if the token is from a user that has a valid CircleCI account, but that user either does not have access to the organization or does not have access to modify contexts. You can...
View ArticleSkip commands if branches are created by Dependabot using regex
Hi , Thanks for that. But that doesn’t really help. Instead, I just added the following if else on the command to skip it if the branch name starts with dependabot. commands: build-push-docker-image:...
View ArticleLabel orb "jobs"
Building upon the automatic numbering for repeated jobs (like this example where I run node/test twice), I managed to leverage the matrix options to have better automated names: see this other example...
View ArticleAPI /context return Forbidden
I checked, I do have access to the context page (and I am able to add/delete context and env vars) but still get an error when using the user token to perform curl request. “You don’t have permission...
View ArticleAPI /context return Forbidden
This https://circleci.com/api/v2/context/{context-id} does not work, but I can create and delete context on the app.circleci.com/settings/organization/github/{id}/contexts/{context-id} page
View Article