📄️ Display Custom Build Info
Custom build info can be displayed in build summary section and build history table by defining custom fields in advanced setting of the configuration like below:
📄️ Build Navigation
1. Navigate to latest build from dashboard
📄️ Build Dashboard
Build dashboard page gives an overview of current build.
📄️ Run Build
Build can be manually triggered by running configuration. After a build is triggered, it will be put into the queue. If there are no idle threads in the queue, the build will wait until a free thread is available as demonstrated below:
📄️ Recommend Build
Successful builds can be recommended by clicking the recommend button. After recommendation, a star icon will appear beside the build version. This functionality can be used to suggest good build.
📄️ Promote Build
Build promotion can be used to manage build life cycle in QuickBuild. A build can be promoted to another build if all below conditions are satisfied:
📄️ Stop Build Forcibly
Build can be forcibly stopped by clicking the stop button as below:
📄️ Delete Build
Delete builds manually
📄️ RSS Feeds
RSS link will be displayed in build history page. Clicking this link will get a RSS feed for all builds matching specified status. The filter options are ignored for RSS feeds. For example, to get RSS feed of failed builds, just select the Failed Builds from the build chooser, and then click the RSS link button in the result page as demonstrated below:
📄️ Dependent and Dependency Builds
Build dependency is handled in QuickBuild through QuickBuild repository. If build A uses artifacts of build B to accomplish its build, the following statement will hold to true:
📄️ Diagnose Build Failures
1. Access build failure message from dashboard