Xcode 11.5 (GM) Released
The Xcode 11.5 (GM) image has just been released and can be selected as follows: macos: xcode: 11.5.0 A note about Python We will no longer be shipping Python 2 in our images due to it hitting EOL...
View ArticleDocumentation uses outdated docker image for SwiftLint (testing iOS)
Thank you @bytesguy! I’ll try to test this out in the next week or so.
View ArticleXcode 11.5 (GM) Released
Hello, as the GM build is equal to the final version should we expect a new image soon? Thanks
View ArticleDocker-compose up
Hello @gmemstr! Thanks for the explanation. I’m confused by the phrases “increase the chances of the image being cached” That’s not how computers work, is it? Can you elaborate on that? In which...
View ArticleXcode 11.5 (GM) Released
@adellibovi Welcome to the forum Generally GM Xcode builds are the final release builds, so assuming Apple doesn’t surprise us with another GM (that’s happened before!), this will be the final release...
View ArticleDocker v19.03.8 now available in Remote Docker
Hey Folks! For those of you using the CircleCI Remote Docker feature (setup_remote_docker), Docker v19.03.8 is now available. Example use: version: 2.1 workflows: main: jobs: - build jobs: build:...
View ArticleHow to always run a sequential, final job (e.g. Slack notification)?
Hello, If you are running your jobs sequentially it is not possible to run a final job unconditionally. As a workaround, you can add a step at the end of every job that uses the when attribute with a...
View ArticleDocker v19.03.8 now available in Remote Docker
Hi, thanks for this! Is it expected that specifying version 19.03.8 in my config.yml would actually install 19.03.9? image712×68 12.5 KB I’ve been trying to debug why I can’t get the --output...
View ArticleDocker v19.03.8 now available in Remote Docker
Is it expected that specifying version 19.03.8 in my config.yml would actually install 19.03.9? Depends, without seeing your config I can only guess. My guess, you are looking at the wrong version. If...
View ArticleDisable value autocomplete in new UI context edit
Thank you for looking at my feedback / bug report, @Pawan. I recommend following settings for this field: <input ... spellcheck="false" autocorrect="off" autocapitalize="off" autocomplete="off"...
View ArticleNativescript Circleci integration
I’m trying to migrate a Nativescript project to CircleCI cloud builds. I have created a .nsremote.env.json file in the root of my app as suggested. I’ve added the token plus some other options but...
View ArticleThe Best Way to Create a Custom CircleCI Docker Image [webinar]
Hey Everyone, The CircleCI Convenience Images are available to make starting up a project on CircleCI with a specific programming language as easy as possible. They don’t support every use-case or...
View Article"Unauthorized" project build fails but Duration timer continues running
I have same issue, although not triggered by anything out of the ordinary. Worked 4 days ago, suddenly Unauthorized – on checkout, I presume, but there are 0 details associated with the error. Did you...
View ArticleHow to always run a sequential, final job (e.g. Slack notification)?
Hi @Henna, thanks for your answer. Running a final job in a sequential-jobs workflow is a must-have if I want to finally run an orb. E.g. using your slack/notify-orb which is the intended way for...
View ArticleDisable value autocomplete in new UI context edit
I didn’t face this issue while adding context values in new UI, but I will surely pass your feedback to our UI team.
View ArticleHow to always run a sequential, final job (e.g. Slack notification)?
Do you mind clarifying what you mean by using orbs from someone else? Thanks!
View ArticleDocker v19.03.8 now available in Remote Docker
Aha! That explains it, thanks. You’re right - it does say 19.03.8 for the docker server when I run docker version Guess it’s back to the drawing board working out what’s different about my laptop...
View ArticleSchedule run but only if new commits available
I have configured my circle ci to run on my master brunch every sunday. It works as expected. I also use pipeline with parameters and my ‘manual’ workflow when I need to bypass schedule and imiediatly...
View Article