On Fri, Nov 20, 2015 at 5:15 AM, Stephen Connolly <[email protected]> wrote: > For developing and debugging Jenkins, in my experience, keep as far away > from Eclipse as possible
I have also heard of a lot of problems, but some people do it anyway. Dedicated plugins exist for Jenkins plugin development in both IDEA and NetBeans. I maintain the NetBeans integration. File » New Project offers a new Jenkins plugin as an option, or File » Open Project and navigate to the root directory of an existing one; when open, Debug » Debug Project to launch `hpi:run` with the JPDA debugger connected, etc. -- 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/CANfRfr2O4MQUo7RuoDwJ4iRTiTOd%2BJBTcg8L69VY30nwR9E1tQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
