It's all about the answers!

Ask a question

How work with jbe engine with RTC integration without publish log to build result?


Christiano Monteiro (1356) | asked Nov 05 '16, 12:11 p.m.
We need a solution running jbe without publishing logs to rtc build result. We had a DB2 database with too many buildresults information and need to disable jbe logs.
We use BuildForge to run Builds with adaptor to load/accept source files from rtc. After load files, jbe publish log files to RTC buildresult.

One answer



permanent link
Lily Wang (4.9k714) | answered Nov 07 '16, 1:51 a.m.
Can the "Prune Build Results" function (refer to https://jazz.net/help-dev/clm/index.jsp?topic=%2Fcom.ibm.team.build.doc%2Ftopics%2Ftprunepolicy.html) meet your requirement?
Otherwise you need to modify your build script and decide what information you'd like to publish in the build log.

Comments
Christiano Monteiro commented Nov 07 '16, 9:39 a.m.

We are evaluating the possibility of applying this pruning setting with the customer.
Now we are working to decrease the RTC DB2 file inserts.

Following the jbe command to accept the source files from RTC using BuildFOrge integration. This command save the result command execution in the RTC Build Result.
jbe.sh -userId $Build_User -pass $Build_Password -repository $Repository_Address -buildResultUUID $buildResultUuid -engineUUID $engineUUID -participants com.ibm.team.build.jazzscm -noComplete -verbose

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.