Yes sir, there is jelly. https://github.com/jenkinsci/pipeline-editor-plugin/blob/master/src/main/resources/index.jelly
(this was working fine until recently, I noted). If you remove the build section of the pom.xml it should also barf for you (unless it is something local to my m2 cache...) On Tuesday, December 22, 2015 at 7:07:30 PM UTC+11, Stephen Connolly wrote: > > You have ensured you have at least one .jelly file? (Typically a root > index.jelly with the plugin description) > > On Tuesday 22 December 2015, Michael Neale <[email protected] > <javascript:>> wrote: > >> I was building a plugin with a very recent parent pom of 1.639 and >> running the InjectedTest fails: >> >> Tests in error: >> >> FailedTest.org.jvnet.hudson.test.JellyTestSuiteBuilder$JellyTestSuite ยป >> NoClassDefFound >> >> org.jvnet.hudson.test.JellyTestSuiteBuilder$JellyTestSuite(org.jvnet.hudson.test.junit.FailedTest) >> >> Time elapsed: 0.023 sec <<< ERROR! >> >> java.lang.NoClassDefFoundError: org/apache/http/cookie/CookieSpecProvider >> >> >> It seems that there has been some change in some dependency of the jelly >> test suite. Has anyone else seen this? >> >> This is post the latest LTS so I expect few are odd enough to build >> against a newer parent pom, so perhaps no one has seen this yet (google >> search hints at that). >> >> >> The only workaround is to bypass the InjectedTest.java in the pom.xml >> >> >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Jenkins Developers" 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-dev/336c3eb9-6d24-4dee-ad41-b27666a24026%40googlegroups.com >> >> <https://groups.google.com/d/msgid/jenkinsci-dev/336c3eb9-6d24-4dee-ad41-b27666a24026%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> For more options, visit https://groups.google.com/d/optout. >> > > > -- > Sent from my phone > -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" 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-dev/91c77471-b90b-4f72-8efe-6120d88a6d63%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
