Jenkins - Add custom webpage to Jenkins Jenkins - Add custom webpage to Jenkins jenkins jenkins

Jenkins - Add custom webpage to Jenkins


To customize a jenkins plugin of your own is a graceful solution but complicated for someone who is new to jenkins.

  1. create a new jenkins-plugin project and need to be familiar with java/maven before.
  2. create a java subclass which implements hudson.model.RootAction.
  3. create index.jelly which display the table data from the DB and need to learn jelly before.