-
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
Code changed in jenkins
User: Alexandru Somai
Path:
pom.xml
src/main/java/hudson/plugins/ws_cleanup/WsCleanup.java
src/test/java/hudson/plugins/ws_cleanup/CleanupTest.java
http://jenkins-ci.org/commit/ws-cleanup-plugin/00232be17630ac293e2adc57eb75179e81389588
Log:
JENKINS-37054Add symbol annotation