Go Continous Delivery Gradle plugin


Лицензия

Лицензия

Категории

Категории

Gradle Компиляция и сборка
Группа

Группа

io.jmnarloch
Идентификатор

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

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

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

1.0.6
Дата

Дата

Тип

Тип

jar
Описание

Описание

Go Continous Delivery Gradle plugin
Go Continous Delivery Gradle plugin
Ссылка на сайт

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

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

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

https://github.com/jmnarloch/gocd-gradle-plugin.git

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

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

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

Зависимости

compile (4)

Идентификатор библиотеки Тип Версия
io.jmnarloch : gocd-task-plugin-api jar 1.0.0
commons-io : commons-io jar 2.4
com.google.code.gson : gson jar 2.3.1
org.apache.commons : commons-lang3 jar 3.4

test (2)

Идентификатор библиотеки Тип Версия
org.mockito : mockito-all jar 1.10.19
junit : junit jar 4.12

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

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

Go Continuous Delivery Gradle plugin

Go Continuous Delivery Gradle task plugin

Build Status Coverage Status

Installation

Download the plugin and copy it into $GO_SERVER_HOME/plugins/external and restart the Go server.

The plugin should appear on Plugins page.

Usage

Add Gradle tasks to your build stage.

Gradle task

Options

Tasks

The lists of Gradle tasks to execute. (required)

Example: clean build

Use wrapper

Whether to run the wrapper script instead of gradle command

Gradle home

The Gradle installation directory, needed only if wrapper isn't used and gradle is not on path.

You may also specify GRADLE_HOME environment variable either for the specific build or entire Go Environment.

Use daemon

Whether to run Gradle daemon for build.

Offline

Whether to run build in offline mode.

Debug

Enables debug logging level.

Additional options

Any additional options to pass to Gradle

Example: --parallel

License

Apache 2.0

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

Версия
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.1.1
0.1.0