DOC

ch.sourcepond.maven.plugins : jenkins-maven-plugin

Maven & Gradle

Aug 12, 2015

Jenkins Maven Plugin · The Jenkins Maven Plugin allows to use the Jenkins CLI (command line interface) from within a Maven build. It allows the execution of any command supported by the CLI, see https://wiki.jenkins-ci.org/display/JENKINS/Jenkins+CLI for further information. Therefore, it downloads the current jenkins-cli.jar from ${project.ciManagement.url}/jnlpJars/jenkins-cli.jar and uses that artifact for interacting with the Jenkins server. The architecture of the Jenkins Maven Plugin follows the UNIX philosophy "do one thing and do it well": it does not provide any logic for specific tasks, for instance creating job configuration files. This can be done with another, more appropriate plugin and its result can then be specified as stdin to the Jenkins Maven Plugin.

Table Of Contents

Latest Version

Download ch.sourcepond.maven.plugins : jenkins-maven-plugin Javadoc & API Documentation - Latest Versions:

All Versions

Download ch.sourcepond.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.0-javadoc.jar to jenkins-maven-plugin-1.2.0-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder jenkins-maven-plugin-1.2.0-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.0-sources.jar" -d "jenkins-maven-plugin-1.2.0-javadoc" -subpackages