Jazz Build Engine specific features
CLM 4.0.2
https://jazz.net/library/article/38
Overview of the build environment
A typical build environment will use a stack of tools consisting of at least one build engine and one or more build scripts. A build engine, such as the Jazz Build Engine, launches the process that will run the build script and collects output. You must provide the build scripts that perform the detailed tasks to compile, test, and further process the code and build artifacts. You may choose to use the Jazz Build Engine, or continue with the build engine you're already using. Any existing build scripts can be used. Using the Jazz Build Engine is optional, however, some features are only available when it is used.
What are those features, as opposed to using the Hudson/Jenkins engine?
thanks
https://jazz.net/library/article/38
Overview of the build environment
A typical build environment will use a stack of tools consisting of at least one build engine and one or more build scripts. A build engine, such as the Jazz Build Engine, launches the process that will run the build script and collects output. You must provide the build scripts that perform the detailed tasks to compile, test, and further process the code and build artifacts. You may choose to use the Jazz Build Engine, or continue with the build engine you're already using. Any existing build scripts can be used. Using the Jazz Build Engine is optional, however, some features are only available when it is used.
What are those features, as opposed to using the Hudson/Jenkins engine?
thanks
Accepted answer
The article you are quoting is over 5 years old -- things may have changed since then. Instructions on integrating with Hudson is available in the Info Center and there are multiple articles in the Library on integrating with Hudson or Jenkins, including some examples. Historically, I think the feature most "at risk" when not using the JBE would be traceability (what builds a work item was included in, easy recreation from a build result of exactly that environment, etc.).
Comments
Millard Ellingsworth
FORUM ADMINISTRATOR / JAZZ DEVELOPER Oct 21 '13, 4:47 p.m.That's a rather broad question. Are there specific features you are concerned about?