Use of Build Component In RTC
One answer
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
Comments
Thanks Ralph
I have question related to Build
We can create a release after Build Succeed My question is Can we create the Jar for the project after the Build Succeeded ?
The release is an entry in the RTC project area, that then can be used in the Found-In attribute of a work item. It references back to the build.
Usually you would create the full content in the build - that is why you do it, to deploy and test it. A build that you release should contain everything needed to release the code - including the generated output files such as Jars.
You can however, use the snapshot created in the build to rebuild.