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

Background step unable to start multiple servers

Hello community, I would like to make e2e tests on two component in my application. To do it I need to start the two servers before running my tests. So I would like to run background step in which I...

View Article


HTTP 502 From Bintray

Hi, I am getting the following when running from CircleCI: Could not resolve org.jetbrains.kotlin:kotlin-stdlib:1.3.61. Could not get resource...

View Article


HTTP 502 From Bintray

This has seemed to resolve itself.

View Article

Trying to figure out how many user seats we need

We are an organization with 5 developers, but all of our projects are open source. We are mostly interested in a paid plan in order to have more builds going in parallel and also because a couple of...

View Article

PostgreSQL - Alpine version for 11.7 - any reason it does not exist?

@circleci - Any input on this one?

View Article


PostgreSQL - Alpine version for 11.7 - any reason it does not exist?

You could always use postgres:11.7-alpine directly from Docker Hub.

View Article

Docker image for executor with both Maven and Python

Hi, What is the easiest way to obtain executor docker image with both Maven and Python? The predefined images seem to have either one of the other.

View Article

Image may be NSFW.
Clik here to view.

Docker image for executor with both Java and Python

Hi @rafalry! The easiest way to accomplish this would be to use a custom Docker image, since you’ll have fine-grain control over the version of each that is installed, and be able to bundle in any...

View Article


Where is the Insights in the new UI?

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

View Article


Environment variable expansion in Windows bash shell

version: 2.1 orbs: win: circleci/windows@2.4.0 jobs: build: executor: win/default environment: THIRDPARTY_HOME: C:/Users/circleci/thirdparty CMAKE_HOME: ${THIRDPARTY_HOME}/cmake-3.16.4-win64-x64...

View Article

Yarn cached install slow

Ran into the same issue and after a long while of debugging was able to isolate this to two issues which you may also be facing. Through using the --verbose flag on the yarn install I realized most of...

View Article

Rollout of pipelines functionality

Hi @marc Thank you for the detailed reply, and apologies my late response. I was trying to highlight that a breaking change should be reflected in the version number – config that worked in version 2...

View Article

Image may be NSFW.
Clik here to view.

Not copied hidden files on local build by circleci cli

fnaoto: add this job before - checkout . This doesn’t work, you still get no such file or directory for /tmp/_circleci_local_build_repo/, if you instead mkdir -p the whole path...

View Article


Image may be NSFW.
Clik here to view.

Circleci gives me Are you sure you want to continue connecting...

Nothing?

View Article

Environment variable expansion in Windows bash shell

Hi! Welcome to CircleCI Discuss! Currently the config.yml does not support nested environment variables. I could not find any ideas about this on https://ideas.circleci.com/ideas/ so I highly...

View Article


Install a package from Private Github repo

Hi, I’m looking for a way to use yarn add private github_repo for installing it on Circle CI. I’ve googled a way to do that, unfortunately, I haven’t found any clues yet. Has anyone had an...

View Article

Add a GitHub App user to a restricted context

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

View Article


Environment variable expansion in Windows bash shell

Thanks, added idea https://ideas.circleci.com/ideas/CCI-I-1427

View Article

Schema issues when trying to use persist_to_workspace

Wow I feel stupid… Thanks Gordon.

View Article

"test" replaced with "****" in output

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

View Article
Browsing all 14887 articles
Browse latest View live


Latest Images