Package.json dependency uses git and fails
I seem to have found a fix for this. npm install --prefix=$HOME/.local --global @bigcommerce/stencil-cli
View ArticleCan public IP changes during build
Is it possible that the public IP changes during the build? We’ve had some issues and that could explain it all. Thank you!
View ArticleFeedback wanted: moving from v1.1 job triggering to v2 pipeline triggering
With the v2 pipeline triggering API the UI no longer displays the commit message (also discussed in this related post) It’s also unclear to me how and what the attribution headers are used for....
View ArticleCan public IP changes during build
Hi @rybus, the public IP for each individual job should remain the same while the container is running. We experienced build reporting issues around this time...
View ArticleDoes CircleCI 2.0 work with monorepos?
Based on ideas in this thread I put together showcase setup for monorepo using Gradle as build tool and CircleCI as ci tool. First implementation is around one year old and meanwhile I used it in two...
View ArticleMachine user token
I’m following the instructions here to generate a user token associated with a machine user: https://circleci.com/docs/2.0/gh-bb-integration/#controlling-access-via-a-machine-user On GitHub, I’ve...
View ArticleMonorepo and executing jobs related to changed files
Hi! I’m still a newbie in ci/cd world and circleci in particular. I have a repo with one service and I’m using the following configuration. With all PRs the jobs build and test run. When merging code...
View ArticleDeploy to Windows containers with the updated Google Kubernetes Engine (GKE) orb
What’s new: With this update, CircleCI users can deploy directly from their CI/CD pipeline to Windows containers. Read more about Google’s update here. View Windows usage examples for our GKE orb.
View ArticleRun CircleCI tests on an external staging environment
Hi @diegoliv, welcome to the CircleCI Community! You can use the CircleCI CLI to run a job in a container on your local machine by running circleci local execute --job JOB_NAME, would this work for...
View ArticleMachine user token
Hi Alev, Welcome to CircleCI Discuss! You seem to be being blocked because the machine account doesn’t have permission to reach the “Add Projects” page! That part of this process makes it necessary to...
View ArticleRestore Cache - Error validating cache
Hi @moorecp, welcome to the CircleCI Discuss community! Without looking at your build, here are a few things I can think of: Usually, the save_cache function skips when the same cache-key already...
View ArticleRun CircleCI tests on an external staging environment
Hi, @angelisa! Thanks for the response. I’m aware that you can run it locally. But for our use case, we have a big amount of data that can change everyday, and most of the time the local environment...
View ArticleHow to set AWS_REGION with orbs?
Hi @luckyvalentine! In looking at the aws-ecr orb’s source: region: default: AWS_REGION description: | Name of env var storing your AWS region information, defaults to AWS_REGION type: env_var_name By...
View ArticleChange node version in macos executor
How can I update node version on macos executor? I have already tried this Change node version in macos image, but it did not work as homebrew is always being updated, but not ruby which causes some...
View ArticleIs sharing jobs between workflows ok?
Hi @rynkowsg, welcome to the CircleCI Community! In our 2.1 configuration you can use jobs multiple times in your workflows section. You can read more here: CircleCI 2.1 Config Overview under the...
View ArticleCircleci namespace create results in: Error: AUTHORIZATION_FAILURE
Hi @jdoig, welcome to the CircleCI Community! Without looking at your account, here are a few things I can think of that may be resulting in this error: Could you confirm that the token in use is a...
View ArticleNew Pantheon machine-token?
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.
View ArticleAccessing step output in real time through API
Hi! I noticed that steps > actions > output_url links (S3 file with build output) appear only after build is finished. Is there a way to access output during the build, in real time, as it is...
View ArticleChange node version in macos executor
I was able to install it with the code below. I used a circleci/node to test it locally, but it also worked on macos executor: version: 2 jobs: build: docker: - image: circleci/node:6 steps: -...
View ArticleBuild Error: Unexpected exception processing config
I’ve got an build error for my jobs. # Unexpected exception processing config # Please contact support # # ------- # Warning: This configuration was auto-generated to show you the message above. #...
View Article