RTC build using ant
![](http://jazz.net/_images/myphoto/6e4826ce3e3fc517ff349c685e02b18c.jpg)
One answer
![](http://jazz.net/_images/myphoto/6e4826ce3e3fc517ff349c685e02b18c.jpg)
No magic here.. YOU define the build and process. RTC doesn't provide any 'automatic' (triggered) build process.
there are a couple private extensions that can trigger builds, but you still have to do the work to decide what needs to get built.
see the last two posts here
https://jazz.net/forum/questions/132739/jenkins-polling-is-too-slow-can-rtc-notify-jenkins-immediately
one can trigger a build definition, and mine triggers a script, ala SVN and GIT, and you can do what you want
I will say, deciding on the smallest build required based on code change is a challenge most of the time.
there are a couple private extensions that can trigger builds, but you still have to do the work to decide what needs to get built.
see the last two posts here
https://jazz.net/forum/questions/132739/jenkins-polling-is-too-slow-can-rtc-notify-jenkins-immediately
one can trigger a build definition, and mine triggers a script, ala SVN and GIT, and you can do what you want
I will say, deciding on the smallest build required based on code change is a challenge most of the time.