Go Continous Delivery SBT plugin


License

License

GroupId

GroupId

io.jmnarloch
ArtifactId

ArtifactId

gocd-sbt-plugin
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

Go Continous Delivery SBT plugin
Go Continous Delivery SBT plugin
Project URL

Project URL

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

Source Code Management

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

Download gocd-sbt-plugin

How to add to project

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

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 SBT plugin

Go Continuous Delivery SBT 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.

SBT task

Usage

Add SBT tasks to your build stage.

Options

Tasks

The lists of SBT tasks to execute. (required)

Example: clean build

SBT home

The SBT installation directory. (optional)

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

Additional options

Any additional options to pass to SBT

Example: --warn

License

Apache 2.0

Versions

Version
1.0.1
1.0.0