add Disk
, there would be a disk type drop down box. And I want the entries different for every choice. e.g. if user choose efs disk
, there would be 3 or 4 more fields coming out. I don't know how to do this, and is reviewing the tutorial video. If you can tell me where I can find the answers, I can just go there and learn by myself. Thanks ~ :)
master
, and it could be named 2.0
, or cloud-extension
, or something like this. Then, Yufei, you could create all your PRs against this branch. When all the work is finished on the AWS - EFS support, only then do merge the entire cloud-extension
branch into master
. What do you guys think about this?
master
should be ready for release
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