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

Does circleci step halt works with version 2.1?

Ah, I see where the confusion might be. circleci-agent step halt will return a green build for a single job while skipping all the remaining steps in that one specific job. The workflow will still...

View Article


CircleCI CLI Orb Pack Beta

The first way is better, for the reasons you mentioned (local execution)… I think you’d definitely want to keep your actual script free of CircleCI syntax. While I’d probably prefer some kind of...

View Article


Is setup_remote_docker default docker version on docs outdated?

The version you are viewing is the version of the Docker CLI application. To view the complete version profile you’ll want to run docker version(see below). With Remote Docker(setup_remote_docker) a...

View Article

Can I delete an Orb I created?

I have created a sample orb for testing in the namespace, can I delete this Orb? or any orb which we create?

View Article

Setup CircleCI for ASP.NET project

Hello Katy, actually, i’m having some trouble configuring CircleCI in my projects because they’re .NET Framework, not Core, could you help me out?

View Article


Image may be NSFW.
Clik here to view.

Does circleci step halt works with version 2.1?

Awesome, that worked, for future reference this is how I did it: Go to account settings -> Personal API Tokens -> New token. Once you have the token go to the project and create a new...

View Article

Image may be NSFW.
Clik here to view.

PostgreSQL Image Password Not Specified Issue

0W9cuJpS: The documentation hasn’t be updated The CircleCI Documentations? If so, where would you image to see this in the docs?

View Article

Next-Gen Elixir Convenience Image now Available

Hey Everyone, For those who don’t know, we at CircleCI maintain a fleet of Docker images, which we call Convenience Images, for various languages and databases. These images are designed to run your...

View Article


Can I delete an Orb I created?

Hi, Welcome to CircleCI Discuss! Currently, there is no valid way of deleting an orb, but you are able to un-list them from the Orb Registry. Please visit the usage page for hiding orbs:...

View Article


PostgreSQL Image Password Not Specified Issue

I don’t know the product, company or broader community enough as to say what the standards and expectations are – I simply inherited quite a lot of pipelines where CircleCI plays a central role. So,...

View Article

ECONNREFUSED connect to Docker Selenium

config.yml version: 2 jobs: javascript: docker: - image: cypress/base:12 environment: TERM: xterm - image: selenium/hub:3.141.59-20200525 name: selenium-hub environment: - GRID_MAX_SESSION=15 - image:...

View Article

Image may be NSFW.
Clik here to view.

How to securely set environment variables for Postgres Image?

Currently, there isn’t a great way to get secrets into Docker containers when using multi-docker builds. As you have discovered, the environment variables are not expanded in the environment section...

View Article

Setup CircleCI for ASP.NET project

Sure! Is there a specific problem you have? BTW, here’s another example of a Windows setup.

View Article


ECONNREFUSED connect to Docker Selenium

Have you tried connecting to it via the name: parameter provided in the beginning of the config (selenium-hub) as opposed to localhost? A quick test with netcat shows that it is available via the IP...

View Article

ECONNREFUSED connect to Docker Selenium

That was indeed my issue, for some reason specifying a name also closes localhost (that could be clearer in the docs). selenium-hub worked but I removed it so I could use good ol’ localhost.

View Article


Local build erroring on tmp file being a directory

circleci version 0.1.8599+d6e83e7 (snap) circleci local execute --job build -e DOCKER_USERNAME={redacted} -e DOCKER_PASSWORD={redacted} -e PACKAGIST_KEY={redacted} Docker image digest:...

View Article

Issues with Sauce-connect proxy

Hi all, I’ve been having a few issues lately with the Sauce connect proxy. Currently, I run my job very similar to what is suggested here: https://circleci.com/docs/2.0/browser-testing/#sauce-labs...

View Article


Conditionally run jobs in workflow

I would also like to know if this is possible, though for a different reason. We have some workflows that use more resources, and I’d like to gate those portions of them behind jobs that look at what...

View Article

Access to the old UI will be shut down on August 14th

Won’t this make the transition even harder for CircleCI server users, if you make major changes to CircleCI cloud over time like this while server lags years behind? When server is finally able to be...

View Article

How to switch to the new UI?

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

View Article
Browsing all 14870 articles
Browse latest View live