Provides Font Awesome for Jenkins Plugins.
This plugin contains the latest WebJars release and corresponding Jenkins UI elements.
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.