# README
Ant-plugin
Synopsis
This plugin is used to build Java application using Apache Ant.
Plugin Image
The plugin Rakshitharness/drone-ant-plugin
is available for the following architectures:
OS | Tag |
---|---|
linux/amd64 | linux-amd64 |
linux/arm64 | linux-arm64 |
windows/amd64 | windows-amd64 |
Parameters
Parameter | Comments |
---|---|
Goals | An array of ant goals to run. |
Building
Build the plugin image:
./scripts/build.sh
Examples
# Plugin YAML
- step:
type: Plugin
name: ant-plugin-arm64
identifier: ant-plugin-arm64
spec:
connectorRef: harness-docker-connector
image: rakshitagar/drone-ant-plugin:linux-arm64
- step:
type: Plugin
name: ant-plugin-amd64
identifier: ant-plugin-arm64
spec:
connectorRef: harness-docker-connector
image: rakshitagar/drone-ant-plugin:linux-amd64
# Packages
No description provided by the author