DOC

org.kuali.maven.plugins : jenkins-maven-plugin

Maven & Gradle

Jun 19, 2013

Jenkins Maven Plugin · Automated management of Jenkins jobs via Maven. Much of the information needed by Jenkins when creating a job is already in the Maven pom. The SCM information and CI url are present. Jenkins jobs also typically have names that reflect the groupId, artifactId, and version in some manner. This plugin automates the process of creating Jenkins jobs by harvesting information from the POM to create XML config files in the format Jenkins needs. The Jenkins CLI API is then used to create, update, read, and delete Jenkins jobs on the CI server. If your Jenkins instance requires authentication, add your public key to your user account on the Jenkins server.

Table Of Contents

Latest Version

Download org.kuali.maven.plugins : jenkins-maven-plugin Javadoc & API Documentation - Latest Versions:

All Versions

Download org.kuali.maven.plugins : jenkins-maven-plugin Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.2.x
1.1.x
1.0.x

How to open Javadoc JAR file in web browser

  1. Rename the file jenkins-maven-plugin-1.2.8-javadoc.jar to jenkins-maven-plugin-1.2.8-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder jenkins-maven-plugin-1.2.8-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "jenkins-maven-plugin-1.2.8-sources.jar" -d "jenkins-maven-plugin-1.2.8-javadoc" -subpackages