hi. Looking for some help regarding running build step "Run system groovy script". I want the best of both worlds: get access to Jenkins JVM and all it's objects like "build" but also be able to Grab dependencies. Whenever I try this, I get back "java.lang.NoClassDefFoundError: org/apache/ivy/Ivy at java.lang.Class.getDeclaredMethods0(Native Method)"
I've googled this extensively but havne't found a solid answer. I would hate to have to combine System groovy with non-system groovy build steps and transver data via properties. I want to do it all in a single groovy script. Is there a way on latest Jenkins to do so? -- You received this message because you are subscribed to the Google Groups "Jenkins Users" 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-users/b574da6f-b62a-4ad5-b846-9cfc5e4da506%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
