I’m working with Hudson plugins. Jelly views are the most complicated thing for me.
So the question is how to use JavaScript code in Jelly scripts?
P.S. “Hello World” script is working good but simple “for” loop brings a lot of problems…
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Not sure if this is what you are expecting but, to reference a javascript file (for example):
Regarding the “for” part, I don’t get it exactly. Do you mean jelly’s
forEach?