Hi,
Inline.

2008/9/1 Jim Mack <[EMAIL PROTECTED]>:
> Hi,
>    I am trying to figure out the meaning of several columns in the
> database. Is there a document that describes what the columns mean?
>
> Specifically, I am looking at the BUILDRESULTS table
> EXIT_CODE - It looks like 0 = build failure and 1 is success, right? How can
> I determine why it failed?
Have a look at the buildOutput directory.
> ERROR - Only show scm errors not build errors? Where are other errors kept?
>
> RESULTSTATE - Looks like there are 4 values (1,2,3,4) What do the different
> states indicate?

    public final static int NEW = 1;
    public final static int OK = 2;
    public final static int FAILED = 3;
    public final static int ERROR = 4;

Have a look here [1]

> SUCCESS - Unclear all my entries are N.
>
> Any help is greatly appreciated
>
> Jim
>

--
Olivier

[1] 
https://svn.apache.org/repos/asf/continuum/trunk/continuum-model/src/main/mdo/continuum.xml

Reply via email to