How to use R2build1.1 dashboard 1. change your 1.0 build project file(.r2p) to be able to work with 1.1 dashboard indeed, it's easy to upgrade your 1.0 build file, just open it using the 1.1, and set the following Global variable BUILDNUMBER: to the exact increasing number, in my test, i started from 1 BUILDLOGFILENAME: It's a must parameter just as 1.0, in 1.1 Dashboard will use the DIR of this file to save extra build log file PROJECTNAME: You build project name, will show in the build history in 1.1 version Also add two new nodes to indicate the total build result, that's "Indicate Build Fail" "Indicate Build success" add these two node to your 1.0 r2p file, when all the step fail, just link the last fail step with "indicate Build fail" link the last success node to "Indicate build success" 2. How to use 1.1 Dashboard -add a new project, input the r2p file, the log dir(it's important, 1.1 use this dir the search the correct build info) also the schedule info -keep 1.1 run, it will start the build according to the schedule info. CLOSE it will not monitor the build and trigger the build.