目前,我正在尝试在 Jenkins 上运行 maven 命令。执行构建后,我收到错误:
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Internal error in the plugin manager executing goal 'org.codehaus.mojo:selenium-
maven-plugin:2.1:selenese': Selenium is already running on port 4444. Or some other service is.
[INFO] ------------------------------------------------------------------------
得到这个之后,我试图通过 lsof -t -i:4444 找到进程来杀死端口 4444,但我找不到它。
如何阻止 selenium 阻止我的构建?