Popper.js API

Deprecated: This plugin has been marked as deprecated. In general, this means that this plugin is either obsolete, no longer being developed, or may no longer work.

More information about the cause of this deprecation, and suggestions on how to proceed may be found in the documentation below.

Jenkins Version Jenkins GitHub Actions

Provides Popper.js for Jenkins Plugins. Popper can easily position tooltips, popovers or anything else with just a line of code.

This plugin contains the latest WebJars release and corresponding Jenkins UI elements.

How to use the plugin

In order to use this JS library, add a maven dependency to your pom:

<dependency>
  <groupId>io.jenkins.plugins</groupId>
  <artifactId>popper-api</artifactId>
  <version>[latest version]</version>
</dependency>

Then you can use Popper.js in your jelly files using the following snippet:

<st:adjunct includes="io.jenkins.plugins.popper"/>