Skip to content

MarkEWaite/hello-world-plugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This plugin is written for the Jenkins plugin tutorial, and hence it's only useful as an example, and no other practical use.

Quick install

mvn -Dmaven.test.skip=true -DskipTests=true clean install

Quick run

rm -rf work/plugins
mvn -Dmaven.test.skip=true -DskipTests=true clean hpi:run

Run tests with coverage reporting

mvn -P enable-jacoco clean test jacoco:report

Run findbugs with gui

mvn clean compile findbugs:findbugs findbugs:gui

About

Jenkins hello-world plugin

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 97.3%
  • HTML 2.7%