RTC Jazz build engine install
Hi RTC build admins,
I refer to following link to setup jazz build engine and create new builds, and I found there are some existing build engine in the same RTC repository but under different RTC project, is it feasible to create new build with other project's build engine? I thought it would be reusable, but RTC client post error with "Permission Denied" even I did add myself with Builder authority in this project. Do you have any suggestions?
https://jazz.net/library/LearnItem.jsp?href=content/docs/client-tour/using-build.html
Another question is - can I install a new build engine? I know the steps as below, but where is the buildsystem and where can I download the JBE installation file?
navigate to installdir/buildsystem/buildengine/eclipse,
Type jbe -repository repositoryURL -userId username –pass password -engineId engine
Thanks a lot !
Accepted answer
you can download the new buildtoolkit from this location:
https://jazz.net/downloads/rational-team-concert/releases/6.0?p=allDownloads
Note: It is recommended you pick the JBE buildtoolkit (Build System Toolkit) matching your sever version. Above link is for 6.0. You can either install it using installation manager or download the plain zip from the plain .zip section of the download.
https://jazz.net/downloads/rational-team-concert/releases/6.0?p=allDownloads
Note: It is recommended you pick the JBE buildtoolkit (Build System Toolkit) matching your sever version. Above link is for 6.0. You can either install it using installation manager or download the plain zip from the plain .zip section of the download.
One other answer
The build engine can be reused. However, the build engine uses a build user to connect to the server, so the build user needs permissions to access the artifacts to be build. If you have access control switched on, that build user must be a member of your project area and have a role that allows hm to access the SCM data, to be able to work.