Categorygithub.com/Rakshitharness/drone-ant-plugin
modulepackage
0.0.0-20240704090808-5f7c52e7011c
Repository: https://github.com/rakshitharness/drone-ant-plugin.git
Documentation: pkg.go.dev

# 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:

OSTag
linux/amd64linux-amd64
linux/arm64linux-arm64
windows/amd64windows-amd64

Parameters

ParameterComments
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