Skip to content
This repository has been archived by the owner on Jan 31, 2022. It is now read-only.

Latest commit

 

History

History
33 lines (26 loc) · 788 Bytes

README.markdown

File metadata and controls

33 lines (26 loc) · 788 Bytes

Karotz Plugin (Jenkins)

This Jenkins plugin aims to publish build results to your Karotz.

Installation

  1. First, create an accout via http://www.karotz.com/login.
  2. Then, create an application via http://www.karotz.com/lab/app/form.
  3. Finally, create the application package with the following descriptor.xml:
<version>1.0</version>
    <accesses>
        <access>tts</access>
        <access>ears</access>
        <access>led</access>
        <access>multimedia</access>
    </accesses>
    <deployment>external</deployment>
    <parameters>
        <parameter key="showInstallUuid" value="true"/>
    </parameters>
</version>

Credits

  • William Durand
  • Seiji Sogabe