tophat / jenkins-timeline-plugin

A build timeline to facilitate the inspection of Jenkins pipelines and identify bottlenecks.
https://jenkinstimeline.com
Apache License 2.0
34 stars 11 forks source link

Build process cleanup #56

Closed mcataford closed 5 years ago

mcataford commented 5 years ago

Is your feature request related to a problem? Please describe. The build process is confusing as there is now an mvn procedure and a manual build procedure that are fairly different.

Describe the solution you'd like The build process should be unified to use mvn clean install only instead of make.

Additional context Having a streamlined build process that is well-understood and documented reduces surface where bugs might pop up.

mcataford commented 5 years ago

As of #58, mvn install or any variant thereof can be used to build the plugin. It is used in CI as well. #2 and #63 add local tooling to build the plugin using the same method.

Closing this ticket as the original issue of having a complex process that built the webapp and the plugin separately as been dealt with.