Skip to content
Jenkins Plugin extends official Ant Plugin. Allows to use an Ant that is located in the Workspace.
Java Groovy HTML
Branch: master
Clone or download
This branch is 4 commits ahead of phreakadelle:master.

Latest commit

Fetching latest commit…
Cannot retrieve the latest commit at this time.

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
src/main
.gitignore
Jenkinsfile
README.md
pom.xml

README.md

Jenkins Plugin - Ant In Workspace

Official Documentation

The user documentation is available here

In this README you will find more technical information for Developers that are interested in supporting or enhancing this plugin.

What does this this?

This Plugin extends the official Jenkins Ant Plugin. It provides a new Builder based on Ant that has disabled the functionality to choose between different Ant versions. But it will allow to use an Ant version that is available in the workspace.

This is to allow (legacy) builds to use a special Ant that is checked into the SCM. When building the Job this special Ant version is returned and file-permissions (+x) are set. It is possible to configure the path to Ant in a global AntInWorkspace parameter or a per-Job parameter.

Documentation

The user documentation is available here

Continuous Delivery

https://ci.jenkins.io/job/Plugins/job/ant-in-workspace-plugin/

Technical Shortcuts

curl -kv --no-proxy 192.168.56.101:8080 http://192.168.56.101:8080/pluginManager/uploadPlugin -u admin:admin -F file=@target/ant-in-workspace.hpi
curl -kv --no-proxy 192.168.56.102:8080 http://192.168.56.102:8080/safeRestart  -F Submit=Yes -X POST

Authors

Stephan Watermeyer

License

Licensed under the MIT License (MIT).

You can’t perform that action at this time.