%inherit file="/base/base.mako"/> <%def name="title()"> ${_('Artifacts Admin')} %if c.rhodecode_name: · ${h.branding(c.rhodecode_name)} %endif %def> <%def name="breadcrumbs_links()">%def> <%def name="menu_bar_nav()"> ${self.menu_items(active='admin')} %def> <%def name="menu_bar_subnav()"> ${self.admin_menu(active='artifacts')} %def> <%def name="main()">
Artifacts are a binary file storage within RhodeCode that allows asset management next to version control system with fine-grained access control. This functionality allows release builds or other types of binary asset to be stored and managed by RhodeCode.