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 Jenkins Developers
Hi Manuel.
Rather than saying they "replace" anything, I'd prefer to say that they are a different approach to using JS libraries in the Jenkins UI and that you would use one or the other, but not both.
The older plugins that you linked to are for use in the "traditional" (bind to global scope) mode where in the case of jQuery, there can only be one version in play at a given time. The approach in js-libs is that they are all "detached" from the global scope (allowing multiple "concurrent" versions etc) + are usable in a CommonJS type modular JS system. If interested, there's more info on these topics on jenkins-js-modules and jenkins-js-builder.
Manuel Jesús Recena Soto
unread,
Nov 24, 2015, 5:07:43 PM11/24/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