New OpenJDK Convenience Image Public Beta
The Java/Maven parts worked just fine for us on cimg/openjdk:11.0. What failed was sudo apt-get -y -q install awscli. I suspect this is expected in the new setup (any recommended workarounds?).
View ArticleTerrible, terrible usability
Long-time paid circleci user here; I’ve brought it into several companies. Last month I sent this off to support, but now I see there is a discussion forum here and this seems a better place: Just...
View ArticleNext-Gen CircleCI Convenience Images - Public Beta
FelicianoTech: In short, using these new images will lead to … a higher likelihood that the image is already cached on the host. Can you explain why this would be true? Won’t there still be a large...
View ArticleConvenience Image Node Variants will be updated to v12.x on November 4th
so we’re using circleci/ruby:2.6.2-node, which appears to still be using node v10. Can we expect these images to be updated as well or is there a different version I should be using?
View ArticleNew UI feedback - worse usability
It’s possible I’m just missing it, but I also don’t see any way of finding jobs re-run with ssh within the new UI. I don’t need to see jobs for all my projects at once, but I used the jobs screen...
View ArticleNew Ruby Convenience Image Public Beta
Great stuff! Are -browsers variants coming? Also, it seems that libpq is missing, which would be a showstopper for us.
View ArticleDark mode favicon (it's not that hard)
@Kate_Catlin yay! It’s the little wins. We can find our circle bookmarks in dark chrome now You guys are doing great exposing yourself to all the harsh feedback. Keep up the good work and the great...
View ArticleDark mode favicon (it's not that hard)
Appreciate you saying that @y3sh. I’ll pass that along to the team too.
View ArticleConditions for steps in a job
Hi , I could find any example of the usage I’m looking for wanted to ask what are my options? I have a job Lets say it looks like this: jobs: job1: - step1 - step2 - step3 I want to a condition in...
View ArticleAbility to disable "cancel"
I have a workflow that uses terraform to provision an environment. Terraform relies on state, and IF it’s process is interrupted, it’s configuration can become in an inconsistent state. I have a user,...
View ArticlePersisting data(node_modules) between pipelines
As far as I know, if you are installing packages external to the monorepo, you can just cd into the package in question and yarn install inside of it. ... run: | cd packages/package_1 yarn install ...
View ArticleUnable to parse YAML
Of course: version: 2 jobs: build: docker: - image: koppor/texlive working_directory: /tmp steps: - checkout - run: command: latexmk se_ss20_test.tex - store_artifacts: path: /tmp I tried something...
View ArticleUnable to parse YAML
Hi Tobias, The issue is that the docker key needs to aligned on the same column as working_directory and steps, like this: version: 2.1 jobs: build: docker: - image: koppor/texlive working_directory:...
View ArticleBuild Failure due to Terms of Service Violation
This morning it appears that our tests started failing due to the error message “We have detected an anomaly that violates the CircleCI Terms of Service.” with no other explanation on just one of our...
View ArticleIssue with Node env version --> Expected version “>=10.14”. Got “10.13.0”
yes that’s correct. happy it works!
View ArticleUnable to parse YAML
Hi Marc, thank you! Tried so much yesterday and at the end it still didn’t work. Best regards, Tobias
View Article"failed to create a vm: instance not ready yet: unassigned"
Getting this error now. Three times in a row already. Worked well a couple of hours ago. Any ideas? Allocating a remote Docker Engine Waiting for a Docker Engine assignment:...
View ArticleShow absolute datetimes instead of "X days ago" with hover
I’m totally with you. Actually, to be fair, it’s the same on the “old” UI still. Or did I miss a setting?
View Article