Skip to content

jenkinsci/popper2-api-plugin

Repository files navigation

Popper.js 2 Jenkins Plugin

Jenkins GitHub Actions GitHub pull requests

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

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>popper2-api</artifactId>
  <version>[latest version]</version>
</dependency>

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

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