{% extends "web/_base.html" %} {% block title %}{{ action }}Create an artifact{% endblock %} {% block content %}
Artifacts are at the heart of Debusine. Artifacts are both inputs (submitted by users) and outputs (generated by tasks). See the artifacts introduction and the full artifacts reference to learn more.
Artifacts are usually created by debusine-client or generated as results of tasks executed by Debusine. This page allows you to create a artifact manually as a set of files and YAML metadata, and is intended to be used mostly as a low-level debugging/testing tool.