Quantcast
Channel: CircleCI Discuss - Latest posts
Browsing all 14879 articles
Browse latest View live

IP address range for CI servers, for whitelisting?

Thanks for those links. I’m thinking that something with the azure CLI would work best for us, adding and removing the given IP address to our Azure whitelist on the fly, similar to the AWS example...

View Article


IP address range for CI servers, for whitelisting?

Orbs are available for all executors, but not all executors are supported by every Orb. It really depends on the Orb that you’re using and checking the details for what it supports. You could also...

View Article


Cache with environement variable works for save_cache but not restore_cache

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.

View Article

Image may be NSFW.
Clik here to view.

CircleCI unable to pull secondary git repo (deploy key & user key have been...

I’m trying to pull a secondary repo from github in my Circle CI pipeline. I’m using a machine account in github and I’ve added the deploy and user keys successfully in CircleCI. I’ve also added the...

View Article

CircleCI unable to pull secondary git repo (deploy key & user key have been...

This wound up being due to the user and deploy key being linked to different user accounts in github.

View Article


CircleCI unable to pull secondary git repo (deploy key & user key have been...

Glad you were able to get this resolved. We recommend using a Machine User when checking out multiple repos. We also recommend checking permissions and confirm that the correct SSH keys are being...

View Article

Unable to view all builds for an org in new UI

Yep @arekkas as an update, we are close to polishing off that cross-project view right now and will be rolling it out soon. Keep your eyes peeled!

View Article

Trigger PR build in organization after failing user build

Hi, It sounds like your project is linked to the fork and not the organization’s source project, making your fork appear as the “master” project for the organization. Can you confirm that following :...

View Article


Not able to switch to new interface (with pipelines)

HI all, For the future, you can also switch back to the new UI from any Job Detail page. Once on a specific job, you will see a blue banner at the top of the screen to opt back in. Thanks for giving...

View Article


Not able to switch to new interface (with pipelines)

View Article

CircleCI UI shows "enable pipelines" warnings on projects which have...

Hi all, We’ve updated this empty-state page and it should no longer show this message. Definitely let us know if it does! Kate Catlin Senior Product Manager, CircleCI

View Article

CircleCI UI shows "enable pipelines" warnings on projects which have...

View Article

New UI: View all jobs

Hi @jmound, This view is not available yet in the new UI but we’re close to shipping it for you. Soon you’ll be able to access it from the Pipelines button in the main navigation. Stay tuned!

View Article


New UI: View all jobs

View Article

Trigger PR build in organization after failing user build

Hi Henna, thanks for the response. I am indeed following the source project on GitHub. The org is definitely following it’s own project; that is no one else on the team is having issues except me. The...

View Article


New UI (workflows) missing cancel/re-run options, PR link etc. from workflow

Hi @mfittko, Thanks for the feedback! Glad it’s getting better and better for you. We’re designing now for how we’ll put the rerun/cancel options at the pipelines level. The three-dot menu is one...

View Article

Prevent pipeline from being created on commit

Welcome to CircleCI! By default, CircleCI builds every commit from every branch. Below is a list of useful features you might want to consider: Filter by Branches & Tags. Only Build Pull Requests...

View Article


Environment Variable Repalce

I do not know of a CircleCI specific solution, but generally speaking, if you need to replace a term in a Git repo you can combine git grep and sed - run: name: Replace build id command: | git grep -l...

View Article

Environment Variable Repalce

I was trying to replace all variables based on some type of identifier (i.e. a variable name encapsulated with ${}) similar to this Azure DevOps task. You would have to specify the file, but would...

View Article

Image may be NSFW.
Clik here to view.

Does CircleCI 2.0 work with monorepos?

I have a solution that I discovered after a bit of work. it may or may not work fro you. This i use in addition / tandom with the swissknife orb mentioned above workflow A jobA--------| |------...

View Article
Browsing all 14879 articles
Browse latest View live