-
Improvement
-
Resolution: Unresolved
-
Major
-
None
This plugin looks great from the description. Please add it as declarative option to the pipeline.
Something like:
pipeline {
options {
cleanWorkspaces(runBefore: true)
}
...
}
Or directly call it in any post section as normal step.
[JENKINS-59226] Add support for declarative pipeline
Description | Original: This plugin looks great from the description. Please add it as declarative option to the pipeline. |
New:
This plugin looks great from the description. Please add it as declarative option to the pipeline. Something like: {code:java} pipeline { options { cleanWorkspaces(runBefore: true) } ... } {code} Or directly call it in any post section as normal step. |
Assignee | Original: tspengler [ tspengler ] |