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

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -