API v2 returns 200 when envvar not found. Used to return 404
$ curl -sS -w '\nresponse_code==%{http_code}\n'https://circleci.com/api/v1.1/project/github/:user/:project/envvar/not_exist?circle-token=:token { "message" : "env var not found" } response_code==404 $...
View ArticlecircleCI manual approval on build
I have a question specific to manual approval of the build, we have following workflow in circleCI config. Users manually need to approve “approve_qa” in order to proceed with the “deploy_qa” job....
View ArticleInsidious UI bug with project environment variables that can really throw you...
For the record, this was reported before by mathieueveillard at Environment variables are shared between projects I do hope that this is merely a UI bug (I think it is, from the looks of it), but it...
View ArticleHow to detect if Circle is running with SSH?
You could use the special deploy step to set a custom environment variable when your job is not being rerun with SSH. For example, to skip a job if it’s no rerun with SSH: - deploy: name: Check if...
View ArticleNew UI AWS Acces Key
In the new UI I can’t find where to add the aws permission (ACCESS KEY AND SECRET ACCESS KEY) which used to be in the project settings
View ArticleMust have admin permission
I need to create big amount of secrets. I don’t want to do it manually, so I’m trying to work with contexts using CircleCI CLI. I’m not administrator in organization, but I can store and remove...
View ArticleMultiple executor and branches+tags filters
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.
View ArticleFailures when running bundle install
(topic withdrawn by author, will be automatically deleted in 24 hours unless flagged)
View ArticleConditional expression bash script
Hi Circle friends, Based on documentation, I know conditional expressions can refer to parameters, but I was wondering if they could use the output of a bash script (ie. 1 or 0)? version: 2.1 jobs: #...
View ArticleNew April 2020 interface, cannot find "badges"
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.
View ArticleNew PHP Convenience Image Preview
Thanks for these images! Just a heads up that the cimg/php:7.3-node and cimg/php:7.2-node images appear to be missing the PHP DOM extension. I see a “Class ‘DOMDocument’ not found” message when...
View ArticleError on checkout step
I just ended changing my circleci config.yml to get the tests working again. My workaround was changing the base images. I changed: docker - image: ruby:2.1.1 - image: circleci/mysql:5.6.38-ram to...
View ArticleCircleCI Test Summary not working
Hi, I am using CircleCI 2.1 template. I’m trying to store my code coverage into a codecoverage folder by adding the step store_test_results. And just be sure, I have also stored my test artifacts. I...
View ArticleUpdating the Xcode 11.4 image with a very minor change
We have updated the Xcode 11.4.0 image to include a package that will allow us to manage the macOS environments more optimally on the infrastructure side. The versions of all other pre-installed...
View ArticleCircleCI Test Summary not working
Actually, I figure it out using --junitxml flag on the pytest to generate xml report.
View ArticleNo queue info in new UI?
I actually find this more than pretty annoying. My organization has hundreds of repository, and I can’t find out why jobs are queued anymore. This is pretty close to a deal-breaker, CircleCI.
View Article