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

Jenkins development can be hard to get into #59

Closed mcataford closed 5 years ago

mcataford commented 5 years ago

Is your feature request related to a problem? Please describe. Jenkins development can be hard to get into; setting up a local Jenkins and the right maven environment to build the plugin can be tricky.

Describe the solution you'd like A Docker-based solution that would allow the launch of a Jenkins instance from the Makefile, and another to set up a docker machine that replicates the build environment for local testing would be nice. Right now, these steps have to be done manually.

Additional context This would make development better and faster.

mcataford commented 5 years ago

Addressed in #63.