Well, there is a url to start a jenkins job, but the question is: why? If you want to run a mvn build in eclipse, you are better off using the m2e plugin basically, you wil have a mvn related entry in “.classpath", so your dependencies are managed by mvn, instead of explicitly putting them on the build path.
> On 21 aug. 2015, at 21:54, renatoalb12 <[email protected]> wrote: > > I have to start a Jenkins Job when I build a project by Eclipse. > > Someone can help me? > > -- > 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/e0f6de6c-6ed9-4501-b060-d059d8ffb8f0%40googlegroups.com. > For more options, visit https://groups.google.com/d/optout. -- 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/5214C8C9-FD1C-4BE6-AD19-C6570375A4E3%40xs4all.nl. For more options, visit https://groups.google.com/d/optout.
