-
Improvement
-
Resolution: Fixed
-
Minor
-
None
There is nice documentation on the maven plugin page for using maven with pipeline, in particular how the withMaven construct works.
It would be nice to have similar documentation for the ant plugin. I spent quite a bit of time stumbling around and finally got a pointer that I likely need to create a function that checks the operating system and call it with sh or bat like https://github.com/MarkEWaite/jenkins-pipeline-utils/blob/master/src/com/markwaite/Build.groovy
Should this documentation be on the ant plugin page or somewhere else?
[JENKINS-47076] ant plugin documentation for pipeline is lacking
Epic Link | New: JENKINS-43952 [ 181484 ] |
Description |
Original:
There is [nice documentation|https://wiki.jenkins.io/display/JENKINS/Pipeline+Maven+Plugin] on the maven plugin page for using maven with pipeline, in particular how the withMaven construct works. It would be nice to have similar documentation for the ant plugin. I spent quite a bit of time stumbling around thinking that I could call ant directly using the calls at [https://jenkinsci.github.io/job-dsl-plugin/#method/javaposse.jobdsl.dsl.helpers.step.StepContext.ant] and finally got a pointer that I likely need to create a function that checks the operating system and call it with sh or bat like [https://github.com/MarkEWaite/jenkins-pipeline-utils/blob/master/src/com/markwaite/Build.groovy] Should this documentation be on the ant plugin page or somewhere else? |
New:
There is [nice documentation|https://wiki.jenkins.io/display/JENKINS/Pipeline+Maven+Plugin] on the maven plugin page for using maven with pipeline, in particular how the withMaven construct works. It would be nice to have similar documentation for the ant plugin. I spent quite a bit of time stumbling around and finally got a pointer that I likely need to create a function that checks the operating system and call it with sh or bat like [https://github.com/MarkEWaite/jenkins-pipeline-utils/blob/master/src/com/markwaite/Build.groovy] Should this documentation be on the ant plugin page or somewhere else? |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Closed [ 6 ] |