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:10:17 UTC

svn commit: r777149 - in /continuum/branches/continuum-1.3.x/continuum-docs/src/site: apt/administrator_guides/buildQueue.apt apt/administrator_guides/parallelBuilds.apt apt/administrator_guides/queues.apt apt/administrator_guides/schedules.apt site.xml

Author: jzurbano
Date: Thu May 21 15:10:16 2009
New Revision: 777149

URL: http://svn.apache.org/viewvc?rev=777149&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

Added:
    continuum/branches/continuum-1.3.x/continuum-docs/src/site/apt/administrator_guides/buildQueue.apt   (with props)
Modified:
    continuum/branches/continuum-1.3.x/continuum-docs/src/site/apt/administrator_guides/parallelBuilds.apt
    continuum/branches/continuum-1.3.x/continuum-docs/src/site/apt/administrator_guides/queues.apt
    continuum/branches/continuum-1.3.x/continuum-docs/src/site/apt/administrator_guides/schedules.apt
    continuum/branches/continuum-1.3.x/continuum-docs/src/site/site.xml

Added: continuum/branches/continuum-1.3.x/continuum-docs/src/site/apt/administrator_guides/buildQueue.apt
URL: http://svn.apache.org/viewvc/continuum/branches/continuum-1.3.x/continuum-docs/src/site/apt/administrator_guides/buildQueue.apt?rev=777149&view=auto
==============================================================================
--- continuum/branches/continuum-1.3.x/continuum-docs/src/site/apt/administrator_guides/buildQueue.apt (added)
+++ continuum/branches/continuum-1.3.x/continuum-docs/src/site/apt/administrator_guides/buildQueue.apt Thu May 21 15:10:16 2009
@@ -0,0 +1,36 @@
+ ------
+ Managing Build Queues
+ ------
+ Jevica Arianne B. Zurbano
+ ------
+ May 21 2009
+ ------
+
+Managing Build Queues
+
+* 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
+
+* Deleting a Build Queue
+    
+    From  the build queue page, you can delete a build queue by clicking the delete icon
+
+[../images/delete.gif] Delete icon
+
+

Propchange: continuum/branches/continuum-1.3.x/continuum-docs/src/site/apt/administrator_guides/buildQueue.apt
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: continuum/branches/continuum-1.3.x/continuum-docs/src/site/apt/administrator_guides/parallelBuilds.apt
URL: http://svn.apache.org/viewvc/continuum/branches/continuum-1.3.x/continuum-docs/src/site/apt/administrator_guides/parallelBuilds.apt?rev=777149&r1=777148&r2=777149&view=diff
==============================================================================
--- continuum/branches/continuum-1.3.x/continuum-docs/src/site/apt/administrator_guides/parallelBuilds.apt (original)
+++ continuum/branches/continuum-1.3.x/continuum-docs/src/site/apt/administrator_guides/parallelBuilds.apt Thu May 21 15:10:16 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/branches/continuum-1.3.x/continuum-docs/src/site/apt/administrator_guides/queues.apt
URL: http://svn.apache.org/viewvc/continuum/branches/continuum-1.3.x/continuum-docs/src/site/apt/administrator_guides/queues.apt?rev=777149&r1=777148&r2=777149&view=diff
==============================================================================
--- continuum/branches/continuum-1.3.x/continuum-docs/src/site/apt/administrator_guides/queues.apt (original)
+++ continuum/branches/continuum-1.3.x/continuum-docs/src/site/apt/administrator_guides/queues.apt Thu May 21 15:10:16 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/branches/continuum-1.3.x/continuum-docs/src/site/apt/administrator_guides/schedules.apt
URL: http://svn.apache.org/viewvc/continuum/branches/continuum-1.3.x/continuum-docs/src/site/apt/administrator_guides/schedules.apt?rev=777149&r1=777148&r2=777149&view=diff
==============================================================================
--- continuum/branches/continuum-1.3.x/continuum-docs/src/site/apt/administrator_guides/schedules.apt (original)
+++ continuum/branches/continuum-1.3.x/continuum-docs/src/site/apt/administrator_guides/schedules.apt Thu May 21 15:10:16 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/branches/continuum-1.3.x/continuum-docs/src/site/site.xml
URL: http://svn.apache.org/viewvc/continuum/branches/continuum-1.3.x/continuum-docs/src/site/site.xml?rev=777149&r1=777148&r2=777149&view=diff
==============================================================================
--- continuum/branches/continuum-1.3.x/continuum-docs/src/site/site.xml (original)
+++ continuum/branches/continuum-1.3.x/continuum-docs/src/site/site.xml Thu May 21 15:10:16 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"/>