cboylan / jenkins-log-console-log

Jenkins Plugin to write the Console Log of a Build to that Build's workspace.
Apache License 2.0
9 stars 39 forks source link

No build instructions #3

Open balmyBanzai opened 8 years ago

balmyBanzai commented 8 years ago

This looks cool! How do I build it? I might have missed the instructions somewhere...

AnthonyBarbier commented 7 years ago

I had the same issue so I'll just let people know what I've done to build it on Ubuntu:

sudo apt-get install maven
#Build the plugin (From the root of the repository)
mvn install 
# target/ConsoleLogToWorkspace.hpi should be created