Pass variables from workflow to jobs to commands
Hi @everytown! Yes, you can pass parameters down from the job level to the step! You just need to make some changes to your config as written. The parameters you have defined in prep_k8s that are set...
View ArticleChanging Docker Storage Driver
For anyone interested I was able to change the service definition for docker and restart the daemon such that it uses overlay2: - run: name: Switch to overlay2 storage driver # Edit docker service...
View ArticlePass variables from workflow to jobs to commands
Thanks Anna. That’s exactly what I was after.
View ArticleRunning effortless Continuous Testing Pipelines with CircleCI and LambdaTest...
Running effortless Continuous Testing Pipelines with CircleCI and LambdaTest July 9 @ 10 AM PT | 5 PM UTC During this webinar, learn how to leverage CircleCI and LambdaTest to perform continuous...
View ArticleDoes not build NX Application
I wanted to try out CircleCi since it has good support for cloud deployments. But I encountered many problems. I somehow solved most of them but the last two bugs was just enough for me. One bug was a...
View ArticleZapier Integration for CircleCI
Hello. I know Zapier has a listing for CircleCI automation that is upcoming. I’m working on a project that would greatly benefit from this automation. I was just wondering if there was an estimated...
View ArticleDownloaded kaniko image and then got an error: No such image
We need to see the part of your CircleCI config that’s trying to pull/use this image. That might give a hint as to what’s going on.
View ArticleMultiple DockerFile with monorepo
What are you trying to do, build those Dockerfiles? If so, the monorepo makes no difference. You’d build them all the exact same way you’d build one. Using docker build. It would be the same Bash...
View ArticleCircleCI suddenly stopped building on open PRs
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.
View ArticleJSON string in curl
Hi all, I’m trying to pass a json string to an api endpoint with curl from a pipeline. One of the values that I need to pass is the current git hash: I have this string but it’s not interpolating the...
View ArticleImprovement: pull web UI command text from description
Nevermind, adding a ‘name’ key to the command fixed this.
View ArticleHow do I know _why_ a build is unauthorized?
We have someone who has submitted a PR to our project, and the build for it shows as “unauthorized”. I have no idea how to make it so it is authorized to run. Is there any feedback at all on why...
View ArticleCircleCI Feedback & Community
Welcome aboard and looking forward to all the magic you’re going to bring to this community.
View ArticleLoad pubkey "C:/Users/circleci/.ssh/id_rsa": invalid format - message in...
Hello team, We are trying to automate web application using circleci/windows@2.4.0 orbs. After the checkout step we are getting a message as “load pubkey “C:/Users/circleci/.ssh/id_rsa”: invalid...
View ArticleBinary files modified on Windows: 0a exchanged with 0d0a
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.
View ArticleTrigger PR build in organization after failing user build
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.
View ArticleHow to switch to the new UI?
If your team wants better feedback between the Old and New GUI – please make it easy for the user to switch between the 2 to compare them. Normally, in my work, the GUI does not get in the way, except...
View ArticleHow to switch to the new UI?
In fact, it might be a misnomer to call one Old, and the other New. You can always use non judgement words, eg switching between Original Rose and New Rose, since your goal is to get the best of both...
View ArticleAccess other parallel containers in same job
I have a build much like: version: 2.1 jobs: rspec: parallelism: 10 docker: - image: 'circleci/ruby:2.6' steps: - checkout - run: bin/rspec spec # in practice, this is balanced with knapsack today I’d...
View Article