Jazz™ Build Engine 处理构建请求。您从命令行启动构建引擎,并从构建引擎控制台停止构建引擎。
- 从命令行中,转到 installdir/buildsystem/buildengine/eclipse,其中
installdir 是构建系统工具箱安装目录。
- 输入 jbe -repository repositoryURL -userId username -pass password -engineId engine,其中:
- repositoryURL 是存储库 URL。例如,http://localhost:9080/jazz/。
- username 是构建用户名。
- password 是构建用户密码。
- engine 是构建引擎标识。
- 可选:-passwordFile password file path,其中
password file path 是使用 -createPasswordFile
参数创建的已加密密码文件的路径。
- 可选:-sleepTime seconds,其中
seconds 是构建请求轮询操作的休眠时间间隔。缺省值是 30 秒。
- 可选:-verbose。用于获取构建引擎活动的详细日志记录。
- 要停止构建引擎,请在构建引擎控制台中按 CTRL + C。
- 可选: 要查看所有构建引擎用法选项,请在命令行中输入 jbe。