is not current version
Last Version 1.2.8

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

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 there. 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 wrapper is then used to create, update, read, and delete Jenkins jobs on the CI server.

Categories

Categories

Maven Build Tools Jenkins Continuous Integration and Continuous Delivery
GroupId

GroupId

org.kuali.maven.plugins
ArtifactId

ArtifactId

jenkins-maven-plugin
Version

Version

1.0.3
Type

Type

maven-plugin

Download jenkins-maven-plugin 1.0.3


<plugin>
    <groupId>org.kuali.maven.plugins</groupId>
    <artifactId>jenkins-maven-plugin</artifactId>
    <version>1.0.3</version>
</plugin>