continuous integration - Automating Build Process of c++ code using RTC and jenkins -
i know if can automate build, whenever developer deliver changes , send him build report.
i looking rtc commands can used in jenkins. till now, able connect rtc, load stream , build locally through jenkins.
make sure define workspace on target stream (the 1 delivers occur)
then, described in jenkins team-concert plugin:
- find "build triggers" section.
- check "poll scm" check box poll incoming changes build workspace.
- enter schedule. click button beside "schedule" field syntax.
you can check every 5 minutes of new change sets have been delivered, , trigger jenkins build way (ie, polling changes).
for mail part, independently of rtc, can use jenkins email-ext plugin in order send email after each build.
see example "how send email @ every build jenkins"
you receive email link jenkins job report page.
Comments
Post a Comment