在果冻脚本中使用CSS

时间:2018-07-14 22:22:30

标签: javascript css jenkins jenkins-plugins jelly

如何在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这里尝试了答案,但没有运气。

0 个答案:

没有答案