Starting and stopping the Jazz Build Engine

The Jazz™ Build Engine processes build requests. You start the build engine from a command line and stop the build engine from the build engine console.
About this task
To start and stop a build engine:
  1. From a command line, navigate to installdir/buildsystem/buildengine/eclipse, where installdir is the Build System Toolkit installation directory.
  2. Type jbe -repository repositoryURL -userId username –pass password -engineId engine , where:
    • repositoryURL is your repository URL. For example, http://localhost:9080/jazz/.
    • username is a build user name.
    • password is the build users password.
    • engine is the build engine identifier.
    • Optional: -passwordFile password file path, where password file path is the path to an encrypted password file created with the -createPasswordFile parameter.
    • Optional: -sleepTime seconds, where seconds is the sleep interval for build request polling. Default is 30 seconds.
    • Optional: -verbose. For detailed logging of build engine activity.
  3. To stop a build engine, in the build engine console, press (CTRL + C).
  4. Optional: To view all build engine usage options, from the command line, type jbe.

Feedback

Did this help? You can provide feedback at Jazz.net (registration required): Comment in the forums or submit a bug