Remove docs artifacts
article thumbnail

Debugging PostgreSQL CI failures faster: 4 tips

The Citus Data

You can see that it run script and artifacts instructions correctly. Cirrus CI has an artifact instruction to store files and expose them in the UI for downloading later. For example, if you want to collect the docs to review or share with others offline, you can add the instructions below to the task in the.cirrus.yml file.

Testing 98
article thumbnail

Dan Siroker’s new startup Scribe automates Zoom note-taking

TechCrunch

“This is a shared artifact that we all create as we have a meeting that — just like a Google Doc — you can go back and make changes.” The key, he argued, is that Scribe recordings and transcripts can be edited, and you can also turn individual components on and off at any time. ” Image Credits: Scribe.

Meeting 255
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

article thumbnail

IP ranges - better security for more confidence

CircleCI

No company wants to give the entire internet access to their artifact repositories or other sensitive environments. Some examples where IP-based restricted access might be desired include: Accessing private artifact repositories. Check out our docs to learn more about how to enable IP ranges within jobs.

article thumbnail

GSAS Workshop: Become a Software Design Company

Apiumhub

Medium A visible activity or artifact that spreads an idea. Examples: design reviews, code reviews, architecture docs, ADRs, training, risk storming, book clubs, internal blogs, pair programming, and sonnarQ. For example, knowledge about patterns, object-oriented or functional paradigms, and domain modeling. How will we share the idea?

article thumbnail

CircleCI onboarding toolkit: User-friendly tools to help you ship sooner

CircleCI

If you don’t already have a config file in your project repo, you can add a sample configuration for your preferred programming language during project setup by selecting the “Fast” option in the project setup dialog, or by copying one of the sample configurations in our docs. Storing build artifacts to make job data available in the future.

Tools 59
article thumbnail

Testing locally with CircleCI runners

CircleCI

Once the job is complete, the results and any artifacts are sent back to the cloud service. Refer to the setup instructions in the CircleCI docs. After registering the runner with CircleCI, install the runner agent following the instructions in the docs. Only the actual job execution is done on your infrastructure.

Testing 64
article thumbnail

Quarkus GraalVM. Supersonic Subatomic Java, Kotlin & Scala

Apiumhub

I tried to set quarkus.native.native-image-xmx=6g in the application.properties to set some extra memory for the Java heap (see docs ), but it didn’t work either. Quarkus app seeds maven artifacts repository. NOTE: On MacOS11.3 with docker version (20.10.5) It works out-of-the-box in an Ubuntu 20.04.2 Spring Native (beta).