[JIRA] (JENKINS-60976) JCasC export doesn't work with Custom Tools plugin
Title: Message Title Oleg Nenashev updated an issue Jenkins / JENKINS-60976 JCasC export doesn't work with Custom Tools plugin Change By: Oleg Nenashev Labels: jcasc-compatibility Add Comment This message was sent by Atlassian Jira (v7.13.12#713012-sha1:6e07c38) -- You received this message because you are subscribed to the Google Groups "Jenkins Issues" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.20.1580900198000.9963.1586809740333%40Atlassian.JIRA.
[JIRA] (JENKINS-60976) JCasC export doesn't work with Custom Tools plugin
Title: Message Title Tim Jacomb updated an issue Jenkins / JENKINS-60976 JCasC export doesn't work with Custom Tools plugin Change By: Tim Jacomb Component/s: configuration-as-code-plugin Add Comment This message was sent by Atlassian Jira (v7.13.12#713012-sha1:6e07c38) -- You received this message because you are subscribed to the Google Groups "Jenkins Issues" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.20.1580900198000.9902.1586805360502%40Atlassian.JIRA.
[JIRA] (JENKINS-60976) JCasC export doesn't work with Custom Tools plugin
Title: Message Title Tim Jacomb assigned an issue to Unassigned Jenkins / JENKINS-60976 JCasC export doesn't work with Custom Tools plugin Change By: Tim Jacomb Assignee: Ewelina Wilkosz Add Comment This message was sent by Atlassian Jira (v7.13.12#713012-sha1:6e07c38) -- You received this message because you are subscribed to the Google Groups "Jenkins Issues" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.20.1580900198000.9907.1586805360642%40Atlassian.JIRA.
[JIRA] (JENKINS-60976) JCasC export doesn't work with Custom Tools plugin
Title: Message Title Ilya Evseenkov created an issue Jenkins / JENKINS-60976 JCasC export doesn't work with Custom Tools plugin Issue Type: Bug Assignee: Ewelina Wilkosz Components: configuration-as-code-plugin, customtools-plugin Created: 2020-02-05 10:56 Priority: Minor Reporter: Ilya Evseenkov Looks like https://issues.jenkins-ci.org/browse/JENKINS-60045 doesn`t fully realized. It allows to create jenkins.yaml, but this yaml doesn`t content "home" variable and Jenkins can`t start-up with it. Even when when I add this parameter manually, it still has errors: WARNING: Configuration-as-Code can't handle type class [Lcom.synopsys.arc.jenkinsci.plugins.customtools.LabelSpecifics; [0m [31mFeb 05, 2020 12:45:59 PM jenkins.InitReactorRunner$1 onTaskFailed SEVERE: Failed ConfigurationAsCode.init java.lang.Error: java.lang.reflect.InvocationTargetException at hudson.init.TaskMethodFinder.invoke(TaskMethodFinder.java:110) at hudson.init.TaskMethodFinder$TaskImpl.run(TaskMethodFinder.java:175) at org.jvnet.hudson.reactor.Reactor.runTask(Reactor.java:296) at jenkins.model.Jenkins$5.runTask(Jenkins.java:1095) at org.jvnet.hudson.reactor.Reactor$2.run(Reactor.java:214) at org.jvnet.hudson.reactor.Reactor$Node.run(Reactor.java:117) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source) Caused by: java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at hudson.init.TaskMethodFinder.invoke(TaskMethodFinder.java:104) ... 8 more Caused by: io.jenkins.plugins.casc.ConfiguratorException: tool: error configuring 'tool' with class io.jenkins.plugins.casc.impl.configurators.GlobalConfigurationCategoryConfigurator configurator at io
