You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by jz...@apache.org on 2009/05/21 17:17:55 UTC

svn commit: r777151 - in /continuum/trunk/continuum-docs: ./ src/ src/site/ src/site/apt/administrator_guides/ src/site/xdoc/

Author: jzurbano
Date: Thu May 21 15:17:55 2009
New Revision: 777151

URL: http://svn.apache.org/viewvc?rev=777151&view=rev
Log:
[CONTINUUM-2176] Build Queue is still specified as under Administration in Managing Parallel Builds while it is actually under Parallel Builds in the navigation menu. merge -r 777148:777149 from branch 1.3.x

Added:
    continuum/trunk/continuum-docs/src/site/apt/administrator_guides/buildQueue.apt
      - copied unchanged from r777149, continuum/branches/continuum-1.3.x/continuum-docs/src/site/apt/administrator_guides/buildQueue.apt
Modified:
    continuum/trunk/continuum-docs/   (props changed)
    continuum/trunk/continuum-docs/src/   (props changed)
    continuum/trunk/continuum-docs/src/site/apt/administrator_guides/parallelBuilds.apt
    continuum/trunk/continuum-docs/src/site/apt/administrator_guides/queues.apt
    continuum/trunk/continuum-docs/src/site/apt/administrator_guides/schedules.apt
    continuum/trunk/continuum-docs/src/site/site.xml
    continuum/trunk/continuum-docs/src/site/xdoc/   (props changed)

Propchange: continuum/trunk/continuum-docs/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Thu May 21 15:17:55 2009
@@ -1,4 +1,4 @@
 /continuum/branches/continuum-1.2.x/continuum-docs:690684,690689-690799,698449-698533,698817-698819,699529,700250,700273,700936,705894,705910,708339,722279,722624,723119,723487,724016,724024,725845,726103,726239,726462
-/continuum/branches/continuum-1.3.x/continuum-docs:766106,766120-766121,766641,766645,766669,766977,767397,767792,767796,768222,777098-777099
+/continuum/branches/continuum-1.3.x/continuum-docs:766106,766120-766121,766641,766645,766669,766977,767397,767792,767796,768222,777098-777099,777149
 /continuum/branches/continuum-distributed-builds/continuum-docs:713270-734307
 /continuum/tags/continuum-1.2.3/continuum-docs:733253

Propchange: continuum/trunk/continuum-docs/src/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Thu May 21 15:17:55 2009
@@ -1,4 +1,4 @@
 /continuum/branches/continuum-1.2.x/continuum-docs/src:690684,690689-690799,698449-698533,698817-698819,699529,700250,700273,700936,705894,705910,708339,722279,722624,723119,723487,724016,724024,725845,726103,726239,726462
-/continuum/branches/continuum-1.3.x/continuum-docs/src:766106,766120-766121,766641,766645,766669,766977,767363,767397,767792,767796,768222,777098-777099
+/continuum/branches/continuum-1.3.x/continuum-docs/src:766106,766120-766121,766641,766645,766669,766977,767363,767397,767792,767796,768222,777098-777099,777149
 /continuum/branches/continuum-distributed-builds/continuum-docs/src:713270-734307
 /continuum/tags/continuum-1.2.3/continuum-docs/src:733253

Modified: continuum/trunk/continuum-docs/src/site/apt/administrator_guides/parallelBuilds.apt
URL: http://svn.apache.org/viewvc/continuum/trunk/continuum-docs/src/site/apt/administrator_guides/parallelBuilds.apt?rev=777151&r1=777150&r2=777151&view=diff
==============================================================================
--- continuum/trunk/continuum-docs/src/site/apt/administrator_guides/parallelBuilds.apt (original)
+++ continuum/trunk/continuum-docs/src/site/apt/administrator_guides/parallelBuilds.apt Thu May 21 15:17:55 2009
@@ -1,6 +1,9 @@
  ------
  Parallel Build Queue
  ------
+ ------
+ May 2009
+ ------
  
 Managing Parallel Builds
 
@@ -14,49 +17,22 @@
 
     Another thing to note is that if Distributed Builds is enabled, Parallel Builds is automatically disabled. To make it
     short, you're only allowed to use one of these functionalities at a time in the current implementation.
-
-* Adding a Build Queue
-
-    By default, there is already a DEFAULT_BUILD_QUEUE that cannot be deleted configured in Continuum. To add more build queues..
-
-    Click the <<Build Queue>> link under the <<Administration>> section.
-
-[../images/buildQueue.png] Build Queue
-
-    You will see all the build queues.
-
-[../images/listBuildQueue.png] Build Queues list
-
-    Here you can add/delete the build queue. Take note that you would only be allowed to create N number of build queues, where
-    N = the Number of Allowed Builds in Parallel set in the Configuration page.
-
-    Input the name for the build queue and save.           
-
-[../images/addBuildQueue.png] Add Parallel Build Queue
-
-* Attaching Build Queues to a Schedule
-
-    Build queues can be attached to a schedule. When a build is triggered, Continuum gets the build queues attached to the build
-    definition's associated schedule. The project build will then be queued to the build queue with the least number of tasks.
-
-    To attach build queues to a schedule:
-
-    [[1]] Click the <<Schedules>> link under the <<Administration>> section. From the schedules list page, create a new schedule
-    or edit an existing one.
-
-    [[2]] In the Add Build Queue field, move build queues from the left hand list box to the right hand list box by clicking the appropriate
-    buttons in between the two list boxes. All build queues on the right hand list box will be attached to the schedule when you click Save.\
     
-    .
-
-[../images/editSchedule.png] Edit Schedule
-
-* Viewing Checkouts and Builds in Queues
-
-    Current checkouts and builds, and all other projects queued in the checkout and build queues can be viewed in the <<Queues>> page.
-    These executing and queued tasks can also be cancelled by clicking the corresponding Cancel icons for each task. Multiple-cancel is
-    also supported.
-
+    To configure parallel builds:
+    
+    [[1]] Create a build queue to be used for the projects.
+          Refer to {{{buildQueue.html} Managing Build Queues}}
+    
+    [[2]] Attach the build queue(s) to a build schedule.
+          Refer to {{{schedules.html} Attaching Build Queue to a Schedule}}
+    
+    [[3]] Create or edit the project's build definition to use the build schedule configured with the build queue(s).
+          Refer to {{{../user_guides/managing_builddef/index.html} Managing Build Definitions}}
+    
+    []
+    
+    A screen similar to the following is displayed under the <<Queues>> page when the project is built (force/sheduled).
+    
 [../images/parallelBuildsQueues.png] Queues
 
 * Limitations

Modified: continuum/trunk/continuum-docs/src/site/apt/administrator_guides/queues.apt
URL: http://svn.apache.org/viewvc/continuum/trunk/continuum-docs/src/site/apt/administrator_guides/queues.apt?rev=777151&r1=777150&r2=777151&view=diff
==============================================================================
--- continuum/trunk/continuum-docs/src/site/apt/administrator_guides/queues.apt (original)
+++ continuum/trunk/continuum-docs/src/site/apt/administrator_guides/queues.apt Thu May 21 15:17:55 2009
@@ -8,19 +8,24 @@
 
 Managing Queues
 
-	Click the <<Queues>> link under the <<Administration>> section
+    Current checkouts and builds, and all other projects queued in the checkout, build, and prepare build queues
+    can be viewed in the <<Queues>> page.
 
 [../images/queues.png] Queues
 
-  To display :
+    Prepare Build Queue
   
 [../images/queues-prepare.png] Prepare Build Queue
 
+    Build Queues
+
 [../images/queues-view.png] Queues View  
 
+    Checkout Queue
+
 [../images/queues-checkout.png] Checkout Queue
 	
-	You must have a <<"Manage Continuum Queues">> role for you to:
+	You must have a <<Manage Continuum Queues>> role for you to:
 
     [[1]] Cancel current checkouts, current builds, queued prepare builds, queued checkouts and queued builds by clicking the  
 

Modified: continuum/trunk/continuum-docs/src/site/apt/administrator_guides/schedules.apt
URL: http://svn.apache.org/viewvc/continuum/trunk/continuum-docs/src/site/apt/administrator_guides/schedules.apt?rev=777151&r1=777150&r2=777151&view=diff
==============================================================================
--- continuum/trunk/continuum-docs/src/site/apt/administrator_guides/schedules.apt (original)
+++ continuum/trunk/continuum-docs/src/site/apt/administrator_guides/schedules.apt Thu May 21 15:17:55 2009
@@ -23,7 +23,7 @@
     
     [[2]] Fill in the needed information in the <<Edit Schedules>> page shown below.
 
-[../images/add_schedule.png] Adding a build schedule
+[../images/editSchedule.png] Adding a build schedule
     
         * <<Name>> The unique identifier of the schedule. This is a required field.
         
@@ -39,6 +39,10 @@
             not atomic and a developer might be committing midway through an update. It is not typically
             needed if using Subversion.
         
+        *<<Add Build Queue>> Move build queues from the left hand list box to the right hand list box by
+            clicking the appropriate buttons in between the two list boxes. All build queues on the right
+            hand list box will be attached to the schedule.
+        
         * <<Enabled>> When selected, scheduled build will be executed.
         []
 
@@ -56,4 +60,4 @@
 
 * Deleting Schedules
     
-    To delete a schedule, click the delete icon, the rightmost icon inline with the schedule to be deleted.
\ No newline at end of file
+    To delete a schedule, click the delete icon, the rightmost icon inline with the schedule to be deleted.

Modified: continuum/trunk/continuum-docs/src/site/site.xml
URL: http://svn.apache.org/viewvc/continuum/trunk/continuum-docs/src/site/site.xml?rev=777151&r1=777150&r2=777151&view=diff
==============================================================================
--- continuum/trunk/continuum-docs/src/site/site.xml (original)
+++ continuum/trunk/continuum-docs/src/site/site.xml Thu May 21 15:17:55 2009
@@ -84,10 +84,12 @@
         <item name="Managing General Configuration" href="administrator_guides/configuration.html"/> <!-- (configuration and appearance) -->
         <item name="Managing Local Repositories" href="administrator_guides/localRepository.html"/>
         <item name="Managing Purge Configuration" href="administrator_guides/purgeConfiguration.html"/>
-        <item name="Managing Parallel Builds" href="administrator_guides/parallelBuilds.html"/>
+        <item name="Managing Parallel Builds" href="administrator_guides/parallelBuilds.html">
+        </item>
+        <item name="Managing Build Queues" href="administrator_guides/buildQueue.html"/>
         <item name="Managing Build Agents" href="administrator_guides/build-agents.html"/>
         <item name="Managing Build Agent Groups" href="administrator_guides/build-agent-groups.html"/>
-        <item name="Managing Build Queues" href="administrator_guides/queues.html"/>
+        <item name="Project Queues" href="administrator_guides/queues.html"/>
         <item name="External databases" href="administrator_guides/external-db.html"/>
         <item name="Monitoring Continuum" href="administrator_guides/monitoring.html"/>
         <item name="Appearance Configuration" href="administrator_guides/appearance.html"/>

Propchange: continuum/trunk/continuum-docs/src/site/xdoc/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Thu May 21 15:17:55 2009
@@ -1,5 +1,5 @@
 /continuum/branches/continuum-1.2.x/continuum-docs/src/site/xdoc:698449-698533,698817-698819,699529,700250,700273,700936,705894,705910,708339,722279,722624,723119,723487,724016,724024,725845,726103,726239,726462
-/continuum/branches/continuum-1.3.x/continuum-docs/src/site/xdoc:766106,766120-766121,766641,766645,766669,766977,767363,767397,767792,767796,768222
+/continuum/branches/continuum-1.3.x/continuum-docs/src/site/xdoc:766106,766120-766121,766641,766645,766669,766977,767363,767397,767792,767796,768222,777149
 /continuum/branches/continuum-distributed-builds/continuum-docs/src/site/xdoc:713270-734307
 /continuum/tags/continuum-1.2.3/continuum-docs/src/site/xdoc:733253
 /continuum/trunk/continuum-docs/src/site/xdoc:690494-690520