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"

http://www.nailedtothex.org/articles-img/jenkins/email/email.png

you receive email link jenkins job report page.


Comments

Popular posts from this blog

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -