You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jenkin...@googlegroups.com
Hii,
I create one dashboard page using html5, css and javascript and webservices in java related to dashboard and now I am having one link to access my dashboard .Now my question is how to integrate this code in jenkins new plugin.I read many documents but I am not able to find out how to integrate.What I read in most of document they use jelly and groovy script for view creation in jenkins but I am having my own dashboard view written in html, css and javascript and some webservices.Is there any way in jenkins plugin creation so that I can include my own UI part without writing any view part in jelly or groovy script....Please answer
Thank you
Oleg Nenashev
unread,
May 25, 2015, 4:57:14 AM5/25/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jenkin...@googlegroups.com
Nigam, jelly files can include any HTML content, hence you can just inject your content there.
There're many examples of Jelly files, which include Javascripts and include CSS files.