Thanks! Is there any known minimum version of core this can work with? E.g. can I update my plugin to this with jenkins.version=1.404 ?
Or maybe is there some recommended minimum core to start using this with? I was thinking of the usage of npm and node settings might assume things? /B On Thu, Jan 21, 2016 at 8:45 AM, Andres Rodriguez <[email protected]> wrote: > Hi, > > A first version with coordinates `org.jenkins-ci.plugins:plugin:pom:2.0` > has been released. > The source is now at its new location > https://github.com/jenkinsci/plugin-pom. > > Regards, > > Andrés > > > > > On Wed, Jan 20, 2016 at 6:10 PM, Andres Rodriguez < > [email protected]> wrote: > >> >> On Wed, Jan 20, 2016 at 6:03 PM, Jesse Glick <[email protected]> >> wrote: >> >>> On Wed, Jan 20, 2016 at 4:22 AM, Stephen Connolly >>> <[email protected]> wrote: >>> >> I would suggest `<preparationGoals>javadoc:javadoc clean >>> >> install</preparationGoals>` >>> > >>> > -1 as that may give a false fail on a clean checkout where the javadoc >>> > plugin references generated classes >>> >>> Possibly. What I do in `workflow-plugin`, which has served me well, is >>> to just include `javadoc:javadoc` in a profile activated when not >>> `skipTests`. That ensures that all “full builds” including CI verify >>> the absence of Javadoc errors, so you do not get a nasty surprise on >>> release day. Routine developer builds—where you are just trying to get >>> artifacts created so you can `hpi:run` etc.—do not incur the expense. >>> >>> >> That has been included, but independently of findbugs: >> https://github.com/andresrc/plugin-pom/blob/03f2c716f68f9142d3b8fbb14fd9b8af3d154b0a/pom.xml#L804-L827 >> >> >>> -- >>> 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/CANfRfr05ksqCt7UJmKd4FWnZUMtNAXASO6ESShWt-3hmqAYXUg%40mail.gmail.com >>> . >>> For more options, visit https://groups.google.com/d/optout. >>> >> >> >> >> -- >> Regards, >> >> Andres Rodriguez >> www.cloudbees.com >> >> > > > -- > Regards, > > Andres Rodriguez > www.cloudbees.com > > -- > 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/CAM9%3DZ%2B7OJrWbhsLFkTavDqDTeZhkkM0tyYfy8hC1jKyxL1FZmA%40mail.gmail.com > <https://groups.google.com/d/msgid/jenkinsci-dev/CAM9%3DZ%2B7OJrWbhsLFkTavDqDTeZhkkM0tyYfy8hC1jKyxL1FZmA%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- Robert Sandell *Software Engineer* *CloudBees Inc.* -- 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/CALzHZS20iY1vg0nkRW8P5dBDgctCdnGP%3DC8O%2B1mYZg3u4bBJVw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
