gradle-jenkins-plugin

This is a gradle plugin for programmatically configuring Jenkins jobs.

Лицензия

Лицензия

Категории

Категории

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

Группа

com.terrafolio
Идентификатор

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

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

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

1.1.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

gradle-jenkins-plugin
This is a gradle plugin for programmatically configuring Jenkins jobs.
Ссылка на сайт

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

https://github.com/ghale/gradle-jenkins-plugin
Система контроля версий

Система контроля версий

https://github.com/ghale/gradle-jenkins-plugin.git

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

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

<!-- https://jarcasting.com/artifacts/com.terrafolio/gradle-jenkins-plugin/ -->
<dependency>
    <groupId>com.terrafolio</groupId>
    <artifactId>gradle-jenkins-plugin</artifactId>
    <version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.terrafolio/gradle-jenkins-plugin/
implementation 'com.terrafolio:gradle-jenkins-plugin:1.1.0'
// https://jarcasting.com/artifacts/com.terrafolio/gradle-jenkins-plugin/
implementation ("com.terrafolio:gradle-jenkins-plugin:1.1.0")
'com.terrafolio:gradle-jenkins-plugin:jar:1.1.0'
<dependency org="com.terrafolio" name="gradle-jenkins-plugin" rev="1.1.0">
  <artifact name="gradle-jenkins-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.terrafolio', module='gradle-jenkins-plugin', version='1.1.0')
)
libraryDependencies += "com.terrafolio" % "gradle-jenkins-plugin" % "1.1.0"
[com.terrafolio/gradle-jenkins-plugin "1.1.0"]

Зависимости

compile (4)

Идентификатор библиотеки Тип Версия
org.apache.ivy : ivy jar 2.2.0
org.jenkins-ci.plugins » job-dsl-core jar 1.22
org.codehaus.groovy.modules.http-builder : http-builder jar 0.5.2
xmlunit : xmlunit jar 1.3

test (1)

Идентификатор библиотеки Тип Версия
com.netflix.nebula : nebula-test jar 1.9.8

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

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

Build Status gradle-jenkins-plugin

Gradle plugin to programmatically configure Jenkins jobs. This plugin allows you to maintain jenkins job configurations in source control and apply them to the server via gradle. Jobs can be stored as straight xml files, xml strings, markup builder closures, or jenkins job dsl. Job templates can be defined that can then be manipulated such that multiple jobs can be generated off of a single template definition.

See https://github.com/ghale/gradle-jenkins-plugin/wiki for details on usage.

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

Версия
1.1.0
1.0.0
0.4.0
0.3.4
0.3.3
0.3.2
0.3.1
0.3.0
0.2.0
0.1.0