Skip to content

Jenkins plug-in that provides the free fonts of Font Awesome

License

Notifications You must be signed in to change notification settings

Shanexpert/font-awesome-api-plugin

Repository files navigation

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.

About

Jenkins plug-in that provides the free fonts of Font Awesome

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published