Go Continuous Delivery SBT task plugin
Download the plugin and copy it into $GO_SERVER_HOME/plugins/external
and restart the Go server.
The plugin should appear on Plugins page.
Add SBT tasks to your build stage.
The lists of SBT tasks to execute. (required)
Example: clean build
The SBT installation directory. (optional)
You may also specify SBT_HOME environment variable either for the specific build or entire Go Environment.
Any additional options to pass to SBT
Example: --warn
Apache 2.0