Jazz Source Control git Emulation
Has it been considered to give Jazz Source Control the ability to emulate a git repository? This would allow one to more easily integrate with external build systems since most support git these days. Other vendors are going down this path. Perforce can pretend to be a git repository via its Perforce Fusion product. AccuRev can do the same with its Kando. Microsoft Team Foundation Server SCM can emulate a Subversion repository with SvnBridge. For build systems, a full git emulation wouldn't be needed, just the read operations of the repository.
|
2 answers
Kirk,
As it appears you figured out, the Git adapter Chris refers to is for linking Git commits (or Gerrit changes) and RTC work items. It does not replicate between Git and Jazz Source Control nor does it make Jazz Source Control look like Git. We are curious to know, however, what specific external tools you are interested in that can not work with Jazz Source Control. Perhaps someone here knows another way to make them work without Git emulation. Comments We are using ThoughtWorks Go to implement a deployment pipeline. That product does not currently have an extension API for implementing support for your own SCMs. It is only compatible with popular SCMs like Git and Subversion. ThoughtWorks is going to be coming out with an SCM extension API, but the API has been delayed significantly. For the time being, we have a Jazz Build Engine (JBE) build that moves changes into a read-only Git repositories as a means of Go integration. We had been using Jazz Team Build and JBE for building our software. Though that has been fabulous for continuous integration, it doesn't appear to be a good solution for implementing a deployment pipeline, nor does Build Forge. I discussed this a bit in this forum post. We unfortunately learned too late about IBM SmartCloud Continuous Delivery. That product appears to support the deployment pipeline concept and integrates with RTC.
Michael Dodge
commented Dec 28 '12, 3:51 p.m.
Other products fall to this same fate of needing SCM integrations --- Bamboo, SONAR (for additional delta'd insight), the Maven release plugin, and most code review tooling, to name a few.
|
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.