How work with jbe engine with RTC integration without publish log to build result?
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.
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
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
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