All Projects → jmnarloch → Gocd Gradle Plugin

jmnarloch / Gocd Gradle Plugin

Licence: apache-2.0
GO Continuous Delivery Gradle plugin

Programming Languages

java
68154 projects - #9 most used programming language

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].