我让Jenkins在Windows上运行作为服务.通常,它在机器启动时启动.
在今天下午Windows推荐的更新和机器重启之后,我的Jenkins就停止了工作.
我启动服务但它停止并显示以下警告:
"The Jenkins service on Local Computer started and then stopped. Some
services stop automatically if they are not in use by other services or
programs."
Run Code Online (Sandbox Code Playgroud)
没有"jenkins.err.log"文件,如果我用"java jenkins.war"启动Jenkins它工作正常.
有什么提示发生了什么?如何解决这个问题?请帮忙.
非常感谢你.
我有一个RF测试,我需要打印变量值,而不是名称.我正在尝试" 登录控制台Num:$ {Num} ",但log.html仅显示:
**KEYWORD** BuiltIn . Log To Console Num:, ${Num}
Documentation:
Logs the given message to the console.
Start / End / Elapsed: 20170209 12:14:05.273 / 20170209 12:14:05.273 / 00:00:00.000
Run Code Online (Sandbox Code Playgroud)
我已经尝试设置日志级别(TRACE,DEBUG)但是没有用.我感谢你的帮助,谢谢.