Edgewall Software

Changes between Version 79 and Version 80 of Bitten Faq


Ignore:
Timestamp:
Oct 17, 2008, 7:10:56 PM (16 years ago)
Author:
tj_yang@…
Comment:

add more screenshots

Legend:

Unmodified
Added
Removed
Modified
  • Bitten Faq

    v79 v80  
    9696=== How do I create my first build on  Admin -> Builds -> Configurations ? ===
    9797
    98  * Assume you have path of /srv/svn as svn repository head.
     98 * Assume you have path of /srv/svn as Subversion repository head.
    9999  {{{
    100100[root@ibm ~]# svn ls file:///srv/svn/projects
     
    105105
    106106
    107  * From that page, fill in the following fields:so in "Path" field, you can fill in projects/branches or projects/trunk.
     107 * From following screenshot
     108   ** Name: "4.3"
     109   ** Label: "trunk"
     110   ** Path: "project/trunk"
     111   ** and then click,Add Configuration:
     112 
     113 [[Image(bitten-server-config.jpg)]]
    108114
    109 {{{
    110 Name:
    111 Label:
    112 Path:
    113 }}}
    114115
    115  * and then click
    116 {{{
    117            Add Configuration:
    118 }}}
    119116
    120 to get another screen.
    121117
    122 Following screenshot shows a very simple build XML recipe, it only echo a helloworld string.
     118 * Following screenshot shows a very simple build XML recipe, it only echo a helloworld string.
    123119
    124120[[Image(bitten-server-recipe.jpg)]]
    125121
    126 A new configuration will be created.
     122 * bitten-build-status
     123[[Image(bitten-build-status.jpg)]]
    127124
    128125=== My slave connects to the build master, why doesn't it start a build? ===