RTC Commit Hook
I don't know much regarding RTC proper but we have an initiative in out DevOps group to provide CI processes/builds from SCM systems including RTC.
Our build/deploy tool is from IBM called uBuild/uDeploy/uRelease that we intend on kicking off pre-defined builds of various applications and components. I am in a .NET development group so I'm a little like a fish out of water when looking at your integration scenarios as they tend to be more Java/Ruby based so they seem a little foreign to me.
We need a trigger of sorts or some process kicked off when RTC's SCM commits changesets to the repository. Hopefully, this would include metadata regarding which component/application is being checked in.
So, in question form, how do we get notified of check ins by developers into RTC?
Accepted answer
2 other answers
see the last two posts here
https://jazz.net/forum/questions/132739/jenkins-polling-is-too-slow-can-rtc-notify-jenkins-immediately
Jorge has one that triggers build defs
I have one that triggers a script from which you can do almost anything.
mine is more like svn/post_commit or git/post_receive hooks and must be configured for every project, just like the svn/git repo hooks
the hook is passed the following info:
repo_url
project name
stream name
component name
changeset UUID
action string = either 'Baseline' or 'Changset'
these are both 'deliver' to stream hooks. RTC does not provide an event point on client checkin to workspace.