This plugin replaces all build status indicators with dogs and fires inspired by the This Is Fine meme.
This is what your Jenkins will look like with the plugin:
- Happy dog = success.
- Dog with fire in the background = test failures.
- Only fire = build failed.
- Gray dog = not built.
- Download the latest packaged plugin from this link.
- Navigate to
Jenkins->Manage Jenkins->Manage Plugins->Advanced
. - Upload
thisisfine.hpi
under "Upload Plugin". - Make sure to restart Jenkins for changes to take effect.
To build the plugin from source: mvn package
. On success the .hpi
will be
output to target/thisisfin.hpi
.