RTC build using ant
Can RTC detect the changes in project once we deliver and build the jar/ear automatically ?or do we need define what project needs to be built in ant script? I have a requirement where I have to build only few jars.
Thanks |
One answer
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. Comments I have multiple projects and I am not sure which project I am going to change..so do we need a build definition for each project?
Thanks
sam detweiler
commented Jun 12 '15, 1:49 p.m.
generally yes, you typically don't share source across projects, you share results (jar/dll files)
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.