How to access environment variable from CircleCI in fastfile
I have an environment variable called FIREBASE_TOKEN stored on my CircleCI account. I want to access this in my fastfile, but I’m not sure how I can do that. My initial guess it to use...
View ArticleDiscuss 2FA
Yes I agree, very security theater like. Also disabling social logins will be an overall net security loss.
View ArticleNew UI experience has an issue with canceled jobs
This is happening to me too. It goes away after some time but ti’s very annoying. Also, I want to put in a plug that you should be able to cancel a job from the list of jobs. Having to click into the...
View ArticleSumologic Orb causing Workflow to stall
I just opened a support ticket and included you @glenjamin.circleci and @FelicianoTech. Thanks for the help y’all
View ArticleNew UI experience has an issue with canceled jobs
Hi @rsshilli @koteswara-kelam, thanks for writing in! To confirm, you clicked “cancel” on job and it did NOT cancel? Or it did cancel but it took some time for the UI to updated? Can either of you...
View ArticleGitHub Pull Request only builds the most recent commit
When I open a PR, CircleCI starts a build but only against the most recent commit in the PR. How can I get it to run against all commits in the PR? image1676×226 24 KB
View ArticleXcode 11.3.0 image not available?
Yeah, cant build with the “xcode: 11.3.0” image either. Build-agent version 1.0.22313-6fbbd381 (2019-12-12T12:06:11+0000) Creating a dedicated VM with xcode:11.3.0 image failed to create host: Image...
View ArticleUnable to connect to mysql - SQLSTATE[HY000] [2002] No such file or directory
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.
View ArticleNew UI now available for opt-in!
There’s one thing missing from the new look UI. And to be fair the old look one. This has taken me a couple of weeks to write. The key things is can I quickly understand what failed and why? All my...
View ArticleConditionally run workflow based off if the branch has an open pull request...
I have a config.yml file that uses workflows to orchestrate various build jobs. The jobs essentially involve running through unit tests and if successful deploying to our alpha stack and running...
View ArticleAllow sending title (commit message) when triggering pipeline in API v2
Our stack consists of a big monorepo where the pipelines for each project is conditionally triggered via the API v2 (POST /project/{project-slug}/pipeline). The authentication only allows a user API...
View ArticleUsing a checksum to identify a unique directory
I have a rails app that compiles assets as part of the test suite. What was working before is no longer working: steps: - checkout - run: mkdir -p tmp/test/cache/assets - attach_workspace: at:...
View ArticleAPI endpoints for a private repo respond with 404 to an invalid token
@ndintenfass what do you think?
View ArticleParameterize image name in the orb
Hi, there a way to parameterize executor’s image name in the orb?
View ArticleGetting an error when trying to deploy using SCP
Hello, I’m new to CircleCI and setting up the environment. I have investigated on how to deploy to a remote server using SCP and I was able to set up everything according to the tutorials. I have...
View ArticleXcode 11.3.0 image not available?
+1 seeing the same issue. Build-agent version 1.0.22460-ab8bef57 (2019-12-13T16:06:43+0000) Creating a dedicated VM with xcode:11.3.0 image failed to create host: Image xcode:11.3.0 is not supported
View ArticleNew UI now available for opt-in!
Hi @alexec thanks for sharing your thoughts! alexec: can I quickly understand what failed and why? Agreed! That is also our goal with the new UI with almost precisely that phrasing. Really appreciate...
View ArticleCaching based on the checksum of a directory's contents
This didn’t seem to work for me, I get a different key with the same directory contents.
View ArticleOrb validation changes?
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.
View Article