On Wed, Jun 8, 2016 at 4:37 PM, Gavin Mogan <[email protected]> wrote: > ah I found out workflow 1.14 will work.
1.14.2 even. https://github.com/jenkinsci/pipeline-plugin/blob/master/CHANGES.md > Selenium libs however won't. Yeah if this is a compile-time dependency and requires Java 7, then your plugin would not work for Java 6 users on older versions of Jenkins. (Jenkins 1.612 started requiring 7, IIRC.) Might be easiest to just update to 1.642.x. If you do that, read https://jenkins.io/blog/2016/04/22/pipeline-2/ -- 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/CANfRfr34a_1rXumfeL8QcgvZf4KSbOOZEa2yvK9b5-__U2Fo%2BQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
