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.

Лицензия

Лицензия

Категории

Категории

Maven Компиляция и сборка Jenkins Continuous Integration and Continuous Delivery
Группа

Группа

org.kuali.maven.plugins
Идентификатор

Идентификатор

jenkins-maven-plugin
Последняя версия

Последняя версия

1.2.8
Дата

Дата

Тип

Тип

maven-plugin
Описание

Описание

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.
Ссылка на сайт

Ссылка на сайт

http://site.kuali.org/maven/plugins/jenkins-maven-plugin/1.2.8
Организация-разработчик

Организация-разработчик

The Kuali Foundation

Скачать jenkins-maven-plugin

Как подключить последнюю версию

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

Зависимости

compile (7)

Идентификатор библиотеки Тип Версия
commons-beanutils : commons-beanutils jar 1.8.3
org.jenkins » jenkins-cli jar 1.440
org.kuali.maven.common : maven-kuali-common jar 1.2.1
org.apache.commons : commons-lang3 jar 3.1
org.apache.commons : commons-io jar 1.3.2
org.slf4j : slf4j-api jar 1.7.2
org.slf4j : jcl-over-slf4j jar 1.7.2

provided (1)

Идентификатор библиотеки Тип Версия
org.apache.maven : maven-compat jar 3.0.5

runtime (1)

Идентификатор библиотеки Тип Версия
org.slf4j : slf4j-log4j12 jar 1.7.2

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.11

Модули Проекта

Данный проект не имеет модулей.

Версии библиотеки

Версия
1.2.8
1.2.7
1.2.6
1.2.5
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.19
1.1.18
1.1.17
1.1.16
1.1.15
1.1.14
1.1.13
1.1.12
1.1.11
1.1.10
1.1.9
1.1.8
1.1.7
1.1.6
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0