I couldn't find any where to on how to include my own javascript to jenkins jelly file. So far I have added jquery using the following
<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/jquery-ui.min.js"/>
Say if I have myPageScripts.js in jenkins project, is there anyway I can include my own javascript files there with script src?