How to integrate Rational Team concent and Urbancode Build
Accepted answer
Fabiano, there's no build engine type ready-made for UrbanCode Build like there is for Jenkins and Build Forge, you're left with two options:
- have a Jazz Build Engine call UrbanCode Build, through the REST API, to fire compilations from the RTC side. This option is awkward, in my point of view.
- configure UrbanCode Build to fire compilations when there are new changesets in a build repository workspace. That option is simpler, and allows one to trace builds to the RTC source as well as to the compiled artifacts, if they're kept on CodeStation or Artifactory. I've worked at a large financial institution in South America, where we had the pipeline integrating RTC, UrbanCode Build and UrbanCode Deploy.
One other answer
Hi Fabiano Lima,
I presume that your query is regarding the RTC- zOS.
Yes,you can integrate the RTC with UCD using package definition under the Enterprise Extension. Here you can specify the buztool path of the UCD. so the required datasets will be moved to UCD Component . If you are looking for the java then prefer suitable build definition which provides the post-build deploy option to specify the UCD host name and to establish connection.