It's all about the answers!

Ask a question

Simplified builds from Jazz source control?


Pravesh Patel (37622615) | asked Feb 05 '08, 9:31 p.m.
From New and Noteworthy...


Simplified builds from Jazz source control:

The Jazz build engine can now accept and fetch, as well as publish change-sets and work items. It's no longer necessary to use the teamAccept, teamFetch, changeSetPublisher, and workItemPublisher tasks for anything other than an advanced scenario.


Is there more information on this item anywhere.

One answer



permanent link
Ryan Manwiller (1.3k1) | answered Feb 06 '08, 4:38 p.m.
JAZZ DEVELOPER
There is not any more info anywhere. Here's the details:

When you create a new build definition (you can't retrofit existing
definitions), you choose Ant. Next, there will be a wizard page for
Pre-build options. Select Jazz SCM.

Once you finish the wizard, you will have a Jazz SCM page in the definition
editor. Here, you can configure the build workspace, fetch (load)
destination, and related properties. When running builds that use this Jazz
SCM config page, the build engine will fetch the code for you. Also, the
changes and work items are automatically published.

The caveat is that it only supports one build workspace. So, if you have an
advanced scenario where you need to fetch from multiple workspaces, you will
still need to use the teamFetch task inside your build script. You are free
to use a combination of the Jazz SCM page and the teamFetch task.

---
Ryan Manwiller
Jazz Team Build

Your answer


Register or to post 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.