Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bakito committed Dec 15, 2018
1 parent 36d91d8 commit 55c3380
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,9 +212,7 @@ addShortText(text: <text>, background: <background>, border: <border>, borderCol

## createSummary

Puts a badge with a short text.

Summary only supports jenkins built-in icons from /images/48x48
Puts a badge with a short text

![alt text](src/doc/summary.png "Summary")

Expand Down Expand Up @@ -247,7 +245,7 @@ def summary = createSummary(icon)
summary.appendText(text, escapeHtml)
summary.appendText(text, escapeHtml, bold, italic, color)
```
## icons for badges
## icons
In addition to the default [16x16](https://github.com/jenkinsci/jenkins/tree/master/war/src/main/webapp/images/16x16) icons offered by Jenkins, badge plugin provides the following icons:

- ![alt text](src/main/webapp/images/completed.gif "completed.gif") completed.gif
Expand Down

0 comments on commit 55c3380

Please sign in to comment.