我已经在Ubuntu上安装了Hudson,并且我正在使用git插件。我作为构建步骤执行的git集成和简单的shell脚本似乎工作得很好,但我得到了以下错误,构建失败:
FATAL: null
java.lang.AbstractMethodError
at hudson.model.AbstractBuild.getCulprits(AbstractBuild.java:278)
at hudson.model.AbstractBuild.getCulprits(AbstractBuild.java:275)
at hudson.model.AbstractBuild$AbstractRunn
由于迁移到Maven,许多Java项目在Hudson上随机失败,错误消息如下:
[ERROR] Process did not initiate connection and is still alive; killing it
[ERROR] Failure: hudson.AbortException: Process failed to connect; exit code: 143
ERROR: Process failed to connect; exit code: 143
生成队列未满。下一个构建通常运行得很好。发生了什么有什么线索吗?
我使用HudsonVersion3.2
我在Maven集成测试中使用了New relic,有时当我在VM :/path/to/newrelic.jar上运行集成测试和我的代理时,我会收到这个异常。
ERROR: Aborted Maven execution for InterruptedIOException
java.net.SocketTimeoutException: Accept timed out
at java.net.PlainSocketImpl.socketAccept(Native Method)
at java.net.AbstractPlainSocketImpl.accept(Abst
由于以下原因,我的构建集成失败:
ERROR: Publisher hudson.plugins.pmd.PmdPublisher aborted due to exception
java.lang.NullPointerException: Name is null
at java.lang.Enum.valueOf(Enum.java:213)
at hudson.plugins.analysis.util.model.Priority.valueOf(Priority.java:18)
at hudson.plugins.analysis.core.Health
我设置了一个Jenkins工作来运行一些集成测试。测试完成后,Jenkins应该在设置中查找测试报告。但是,它给出了以下错误:
Recording test results
ERROR: Publisher hudson.tasks.junit.JUnitResultArchiver aborted due to exception
java.lang.NoClassDefFoundError: hudson/tasks/junit/JUnitParser$ParseResultCallable
at hudson.tasks.junit.JUnitParser.parseResult(JUn
我在Jenkins中使用Kubernetes Cloud服务器运行管道时出错。
在我得到Cannot contact nodejs-rn5f3: hudson.remoting.ChannelClosedException: Channel "hudson.remoting.Channel@3b1e0041:nodejs-rn5f3": Remote call on nodejs-rn5f3 failed. The channel is closing down or has closed down的npm install之前,一切都很正常
如何修复此错误?
以下是我的日志: