I am a newbie to Jenkins. I would like to know if there is a single best-practice for ordinary maven project builds. From the reading I've done so far, I see three different approaches:
1. The tutorial here: https://jenkins.io/doc/tutorials/build-a-java-app-with-maven/ uses Docker-in-Docker to run a maven docker image to execute mvn. Seems rather odd to me. 2. This plugin: https://plugins.jenkins.io/pipeline-maven/ 3. This plugin: https://plugins.jenkins.io/maven-plugin/ What is recommended these days? Thanks, Lee -- 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/2583925b-bd2f-451e-b99d-4a3b938c4899%40googlegroups.com.
