Go Continous Delivery Gradle plugin


License

License

Categories

Categories

Gradle Build Tools
GroupId

GroupId

io.jmnarloch
ArtifactId

ArtifactId

gocd-gradle-plugin
Last Version

Last Version

1.0.6
Release Date

Release Date

Type

Type

jar
Description

Description

Go Continous Delivery Gradle plugin
Go Continous Delivery Gradle plugin
Project URL

Project URL

https://github.com/jmnarloch/gocd-gradle-plugin
Source Code Management

Source Code Management

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

Download gocd-gradle-plugin

How to add to project

<!-- 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"]

Dependencies

compile (4)

Group / Artifact Type Version
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)

Group / Artifact Type Version
org.mockito : mockito-all jar 1.10.19
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

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

Versions

Version
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