Use of Build Component In RTC
Hello Team,
I have tried to run the build by RTC Build (JBE) and with Maven project area and also with the Hudson/Jenkins
But till now I didn't know why this concept of build is used ?
What is the main advantage of the Build ? Does It integrate the source code?
I only know it compiles the source code.
Thanks In Advance
One answer
The RTC JBE can provide server based build engines similar to Jenkins. There is also an integration for Jenkins.
The RTC JBE and the build definition can help to automate
https://jazz.net/library/article/1287
https://jazz.net/help-dev/clm/topic/com.ibm.team.build.doc/topics/t_build_overview.html
The RTC JBE and the build definition can help to automate
- Downloading the code
- Running the build tool e.g. maven
- publishing build results
- creating snapshots
Build results are available on dashboards and the like. Snapshots and build result provide the changes and the related work items that went in.
See https://jazz.net/library/article/38 for the concepts
Also see
https://jazz.net/library/article/1287
https://jazz.net/help-dev/clm/topic/com.ibm.team.build.doc/topics/t_build_overview.html