-
Improvement
-
Resolution: Done
-
Minor
-
None
Add @Symbol annotations to Workspace Cleanup plugin.
So the Pipeline code can be changed from:
step ([$class: 'WsCleanup', cleanWhenFailure: false])
to
wsCleanup cleanWhenFailure: false
- links to
[JENKINS-37054] Use Symbol annotation for Workspace Cleanup plugin
Description |
Original:
Add {{@Symbol}} annotations to Workspace Cleanup plugin. So the Pipeline code can be changed from: {code} step ([$class: 'WsCleanup', cleanWhenFailure: false]) {code} to {code} ws-cleanup cleanWhenFailure: false {code} |
New:
Add {{@Symbol}} annotations to Workspace Cleanup plugin. So the Pipeline code can be changed from: {code} step ([$class: 'WsCleanup', cleanWhenFailure: false]) {code} to {code} wsCleanup cleanWhenFailure: false {code} |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Remote Link | New: This issue links to "PR-30 (Web Link)" [ 14799 ] |
Resolution | New: Done [ 10000 ] | |
Status | Original: In Progress [ 3 ] | New: Resolved [ 5 ] |