Skip to content
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.
/ js-libs Public archive

JavaScript Framework Library "bundle" plugins

Notifications You must be signed in to change notification settings

jenkinsci/js-libs

Repository files navigation

❗ This repository is unmaintained and end of life!

All provided plugins are deprecated.
Dependents of these plugins are advised to migrate to modern and maintained ways to bundle libraries, like NPM or Yarn.

JavaScript Framework Library "bundle" plugins

This repository contains Jenkins HPI plugins that "externalize" common/shared JavaScript libraries that can't be externalized via the easy/recommended externalization process.

Note: The easy/recommended externalization process was created after this repository was created. Before the new/easy process was created, all JavaScript libraries needed to be externalized via HPI plugins, which was a bit painful. This is the reason why you still see HPI plugins sub-modules here for some libraries that can now work via the easy/recommended externalization process. In each of these cases, the top level README.md files will indicate that the easy/recommended externalization process can now be used.

Available Libs

See the README.md files for the different bundle plugins (sub-modules of this repo) for details on how to use them e.g.

Other sub-modules in this repo (momentjs etc) contain plugin definitions for common/shared JavaScript libraries that can be externalized via the easy/recommended externalization process.

Also see sample plugins.