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 ArticleHTTP 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 ArticleTrying 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 ArticlePostgreSQL - Alpine version for 11.7 - any reason it does not exist?
@circleci - Any input on this one?
View ArticlePostgreSQL - Alpine version for 11.7 - any reason it does not exist?
You could always use postgres:11.7-alpine directly from Docker Hub.
View ArticleDocker 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 ArticleDocker 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 ArticleWhere 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 ArticleEnvironment 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 ArticleYarn 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 ArticleRollout 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 ArticleNot 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 ArticleEnvironment 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 ArticleInstall 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 ArticleAdd 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 ArticleEnvironment variable expansion in Windows bash shell
Thanks, added idea https://ideas.circleci.com/ideas/CCI-I-1427
View ArticleSchema 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