cloud-aws-efs
https://github.com/jenkinsci/external-workspace-manager-plugin/tree/cloud-aws-efs, and Yufei, you can create your PRs against this one. I'll find some time tomorrow to look over what you've raised so far, even if it's work in progress
Describable
implementation
f.hetero_list(name:"cloud", hasHeader:true, descriptors:Cloud.all(), items:app.clouds,
addCaption:_("Add a new cloud"), deleteCaption:_("Delete cloud"))
, but I don't know if fields like descriptors:Cloud.all(), items:app.clouds
are needed in jelly. Can I have a more detailed description about a certain property ? I found one documentation on https://reports.jenkins.io/core-taglib/jelly-taglib-ref.html but it didn't say in detail
definitions_Disk_DisplayName()
method but it is automatically generated, and now I have want to have adefinitions_AwsEfsDisk_DisplayName()
method, what should I do? Thanks