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

Enterprise CircleCI - the question about IP

Hi @problemator, CircleCI Enterprise is hosted on your own infrastructure and you can use your own IP range. Most of our customers use AWS to host it. Could you please elaborate more about "adding...

View Article


Enterprise CircleCI - the question about IP

" Could you please elaborate more about “adding machines’ IP to Kubernetes whitelist?” <— every build I must take circleCi machine IP and I must add this IP to Kubernetes whitelist. So, when I...

View Article


How to setup minikube for testing?

Hi, thnaks for the suggestion. i wasn’t able to use the kubernetes orb neither. I finally managed to have minikube working. Trying to share the main points: requires to use a machine and not a docker...

View Article

ANDROID_SDK_ROOT now in the Android Convenience Image

This has been published.

View Article

CircleCI tests split does not work as advertised

To resolve until the bug is fixed, you can do this: cp -f custom_config.ini pytest.ini pytest This will run pytest without the -c option and the junit-xml will have appropriate file-paths and circleci...

View Article


Xcode 12.2 (RC) Released

Hi @robmaceachern, sorry for the delay. We’re expecting this to be released today.

View Article

Xcode 12.2 Released

The Xcode 12.2 image has just been released and can be selected as follows: macos: xcode: 12.2.0 Image Info Xcode 12.2 Build version 12B45b is installed at /Applications/Xcode-12.2.app. The following...

View Article

Image may be NSFW.
Clik here to view.

Xcode 12.2 (RC) Released

marcelofabri: It’d be great to have another announcement/a comment on this one when the image is updated to use the final build. We’ve released the official Xcode 12.2 image! Thank you for your...

View Article


Image may be NSFW.
Clik here to view.

Xcode 12.1 (GM) Released

kneekey23: What version of swift is on this image? Both 12.1 and 12.1.1 include Swift 5.3: $ xcrun swift -version Apple Swift version 5.3 (swiftlang-1200.0.29.2 clang-1200.0.30.1) I tested the...

View Article


When: on_fail causes a build error

I’m getting the following error: Unable to parse YAML mapping values are not allowed here in 'string', line 23, column 13: when: on_fail ^ my code: version: 2.1 commands: destroy_environment: steps: -...

View Article

Self-hosted runners are here!

Self-hosted runners are now available on CircleCI! You can choose which jobs run in the cloud and which run on your own infrastructure. Read the blog for more info:...

View Article

Self-hosted runners are here!

View Article

Image may be NSFW.
Clik here to view.

How to setup minikube for testing?

Awesome! Thank you for sharing. I look forward to seeing updates.

View Article


Enterprise CircleCI - the question about IP

Are you talking about machine executor jobs or CircleCI server where our actual software runs? In AWS, CircleCI server (services machine) can have dedicated IP, so you can add it only once. Please...

View Article

Image may be NSFW.
Clik here to view.

Where to store GCP Credentials for terraform

That idea is great! We also have a few more ideas that are listed in the below article: CircleCI Support Center Storing Secret Files (certs, etc.) There are few secret-storage options that CircleCI...

View Article


How to setup minikube for testing?

Hi Apupier minikube does require the machine executor in which you can use image ubuntu-2004:202010-01 then you can install + configure the system. I would also suggest experimenting with microK8s...

View Article

When: on_fail causes a build error

Hi @chrisj, Welcome to Discuss – happy to help here! Based on the example provided, you will want to move the when key to be contained with the command itself, so like: commands: destroy_environment:...

View Article


How to build a pandoc doc?

Dear Sir or Madam, I’m trying to build a pdf thanks to pandoc with this script: jobs: build: executor: python/default steps: - checkout - python/install-packages: args: pandoc pkg-manager: pipenv -...

View Article

How to build a pandoc doc?

Hi @florian6973, Welcome to the CircleCI community forum! As per the error, it looks like the command is not found and looks to be an issue with the PATH. I will suggest to SSH into a container and...

View Article

Xcode 12.1 (GM) Released

thank you! it would be great if you could list swift version moving forward in your installed software since syntax changes from version to version and affects the build. Thanks so much!

View Article
Browsing all 14877 articles
Browse latest View live