如何在Jelly中为Jenkins插件引用CSS或js文件。
| java --
| |
| jenkins.myplugin --
| |
| SleepBuilder --
| |
| SleepBuilder.java
| resources --
| |
| jenkins.myplugin --
| |
| SleepBuilder --
| |
| index.jelly
| style.css
| scripts.js
如何从index.jelly引用style.css和script.js?
<link rel="stylesheet" type="text/css" href="??????\style.css">
我从Using JavaScript within jelly script这里尝试了答案,但没有运气。