-
New Feature
-
Resolution: Fixed
-
Major
A way to run Ant from a workflow using configured Ant installations and so on.
- depends on
-
JENKINS-26055 DurableTaskStep
-
- Resolved
-
-
JENKINS-37011 Provide a way to write full-fledged Steps in CPS-transformed Groovy
-
- Resolved
-
- is blocked by
-
JENKINS-43276 CoreWrapperStep should run SimpleBuildWrapper.setUp asynchronously
-
- Resolved
-
- is related to
-
JENKINS-30025 expose ability to create/unpack tar.gz / zip as a workflow step
-
- Resolved
-
- links to
(1 links to)
[JENKINS-26056] Workflow build step for Ant
Link |
New:
This issue depends on |
Summary | Original: Workflow build step | New: Workflow build step for Ant |
Link |
New:
This issue is related to |
Assignee | New: Jesse Glick [ jglick ] |
Assignee | Original: Jesse Glick [ jglick ] |
Epic Link | New: JENKINS-34657 [ 170293 ] |
Assignee | New: Jesse Glick [ jglick ] |
Assignee | Original: Jesse Glick [ jglick ] |
I've used AntBuilder with the Groovy plugin, Of couse, that only works on the master, and one has to find the path of the workspace, and attach a logger. While coding build logic is really easy after that, the preparation is rather awkward, and it won't work in Jenkins Pipeline. Of course, one can also use Gradle's 'ant' object, but an AntBuilder step instead of "bat" on Windows would make many things much easier to read, and much simpler to maintain.