Получение ClassCastException во всех сборках работ - PullRequest
0 голосов
/ 16 апреля 2019

Я играл с настройками Groovy в Jenkins + Переустановил JDK8 в Jenkins Master, а затем начал получать ClassCastException во всех сборках заданий.

3:22:03 Started by user unknown or anonymous
23:22:03 FATAL: java.lang.Integer cannot be cast to hudson.slaves.NodeProperty
23:22:03 java.lang.ClassCastException: java.lang.Integer cannot be cast to hudson.slaves.NodeProperty
23:22:03    at hudson.model.AbstractBuild$AbstractBuildExecution.createLauncher(AbstractBuild.java:548)
23:22:03    at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:462)
23:22:03    at hudson.model.Run.execute(Run.java:1816)
23:22:03    at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
23:22:03    at hudson.model.ResourceController.execute(ResourceController.java:97)
23:22:03    at hudson.model.Executor.run(Executor.java:429)
23:22:03 Run condition [Day of week] enabling perform for step [[Archive the artifacts, Publish xUnit test result report, Editable Email Notification]]
...