3.0.0-beta1

Version 3 by Robin Shen
on Jun 24, 2010 02:33.


compared with
Version 4 by Robin Shen
on Jun 24, 2010 03:22.


Key
These lines were removed. This word was removed.
These lines were added. This word was added.

View page history


There are 1 changes. View first change.

 h3. Quick links
 * [Installation Guide|Installation Guide]
 * [Upgrade Guide|Upgrade to 3.0.x]
 * [Documentation|Documentation Home]
 * [Download Link|http://www.pmease.com/downloads/]
  
 h3. Major improvements over 2.x
  # MSTest
 # Issue tracker integration
  # JIRA integration
 #* Transform JIRA issue keys in SCM commit messages to issue links.
 #* Update JIRA issues based on commands found in SCM commit messages. For example, _fix TST-123 --time 2d --comment some comment_ tells QuickBuild to resolve issue _TST-123_ with a worklog of two days and a comment _some comment_. Issue updating will be executed under SCM committer's own JIRA account.
 #* Create JIRA issue under certain conditions and assign to certain person. For example, you may configure QuickBuild to create an issue for build failure and have it assigned to build engineer, or create issues for unit test failures and have them assigned to corresponding developers.
 #* Corresponding project versions in JIRA can be automatically released if certain build is successful. Further, build version can be pushed into JIRA as project version if it does not exist already.
 #* Issues fixed in a build can be associated with corresponding JIRA versions automatically via the build via _fix version/s_ field.
 #* Next build version in QuickBuild can be configured to use next unreleased version of corresponding JIRA project.
 #* A JIRA issues tab to display information of related issues in current build.
 #* A QuickBuild plugin running at JIRA side to disclose SCM changes and builds information for an issue.
 # Trac integration
 # Bugzilla integration
  
 # Step reuse and repetition
  
 h3. Major improvements over 1.x
 # Native support for a number of build reports. Refer to below documents for details of build reports:
 #* [working with build reports|Working with Reports]
 #* [publish build reports|Publish Build Reports]
 #* [publish html reports|Publish HTML Reports]
 # Build statistics. Refer to below documents for details of build statistics:
 #* [working with statistics|Working with Statistics]
 # Build grid support. Refer to below documents for details of build grid:
 #* [setup distributed builds|Set Up Distributed Builds]
 #* [configure build grid|Working with Build Grid]
 # Introduce the concept of proof build to build/test user's uncommited changes at server, and optionally checkin that those changes automatically if build/test succeeds.
 #* [working with proof build|Working with Proof Build]
 #* [setup proof build|Set Up Proof Build]
 # Visually arrange steps to design build process. Refer to below documents for details:
 #* [configuration setup|Build Setup]
 # Build promotion visualization. Source build and destination build will be linked to show the promotion relation.
 # Fine grained access control when assign permissions for groups.
 # Be able to customize build option screen and promote option screen when manually triggers a build or promote a build. This is supported through prompt settings of variables.
 # Builds can run concurrently even for a single configuration to better utilize build grid resource. To configure concurrent running builds for a single configuration, the master step needs to be configured to run on agent instead of server.
 # Be able to recommend build. Recommended build will have a star icon attached. Promote operation can be configured to only applicable for recommended builds.
 # Build changes will be collected during a build promotion process. For example, if a release build is generated as result of promoting from a QA build, the change set between current release and last release will be collected automatically.
 # Be able to view/diff changed source files in the change set panel.
 # Be able to compare two builds (not necessary ajacent) and generate changes between them.