Jelly + javascript

I work with Hudson plugins . Jelly Kinds is the hardest thing for me.

So the question is: how to use JavaScript code in Jelly scripts?

The PS "Hello World" script works well, but a simple "for" loop creates a lot of problems ...

+3
source share
1 answer

Not sure if this is what you expect, but reference a javascript file (for example):

<script ... src="${rootURL}/plugin/findbugs/tabview-min.js" /> 

As for the pro part, I do not understand it. Do you mean jelly forEach?

+3
source

Source: https://habr.com/ru/post/1724874/


All Articles