开发者

Jenkins plugin: How to access other descriptor

开发者 https://www.devze.com 2023-03-13 04:46 出处:网络
I\'m wondering if it is possible to access an other descriptor from a jel开发者_StackOverflow社区ly file (global.jelly)?

I'm wondering if it is possible to access an other descriptor from a jel开发者_StackOverflow社区ly file (global.jelly)?

The only way to fill data into a textbox, for example, is to use the DescriptorImpl, which is mounted in jelly to descriptor:

<f:textbox default="${descriptor.getName()}" />

But do I need data from another plugin? Is it possible to access this data from a jelly file who doesn't belong to this plugin?

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号