alibabacloud-ecs-plugin
alibabacloud-ecs-plugin copied to clipboard
Remove YUI
What feature do you want to see added?
The plugin makes use of YAHOO.widget.Button to display a menu like button In the future Jenkins core might no longer load the YUI libraries automatically on pages using l:layout This should be replaced in such a way that YUI is no longer used.
https://github.com/jenkinsci/alibabacloud-ecs-plugin/blob/463d74cb78028fd3aceb9fead2e436e614161515/src/main/resources/com/alibabacloud/jenkins/ecs/AlibabaCloud/computerSet.jelly#L18
A possible solution might be to use https://weekly.ci.jenkins.io/design-library/Dropdowns/ though this requires are recent Jenkins
Upstream changes
No response
Are you interested in contributing this feature?
No response
@Go-to-bed-at-12 @DavyJones2010 You will need to remove YUI usage if the plugin should keep working. You can use the same approach as done in ec2 plugin here I think