Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1.42 KB

File metadata and controls

31 lines (23 loc) · 1.42 KB

Font Awesome Jenkins Plugin

Jenkins Version JDK8 License: MIT GitHub Actions GitHub pull requests

Provides Font Awesome for Jenkins Plugins.

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

Then you can use Font Awesome in your jelly files using the following snippet:

      <st:adjunct includes="io.jenkins.plugins.font-awesome"/>

You can find several examples of Jenkins views that use Font Awesome in the Warnings Next Generation plugin.