Skip to content

Commit 0db88fc

Browse files
committed
Add markdown formatter plugin
Proposed wider use to document Pipeline shared libraries jenkinsci/pipeline-groovy-lib-plugin#117 Has 860 installations with that number increasing steadily. https://plugins.jenkins.io/pegdown-formatter/ should be deprecated. It was last released 12 years ago. It has a known security vulnerability. It has no maintainer. It has a health score of 57/100. Still has over 1000 installations, but many of those installations could use markdown formatter.
1 parent 499c8de commit 0db88fc

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

bom-weekly/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -353,6 +353,11 @@
353353
<artifactId>mariadb-api</artifactId>
354354
<version>3.3.3-31.v2fb_e19b_1802e</version>
355355
</dependency>
356+
<dependency>
357+
<groupId>io.jenkins.plugins</groupId>
358+
<artifactId>markdown-formatter</artifactId>
359+
<version>167.v8a_428ca_49f89</version>
360+
</dependency>
356361
<dependency>
357362
<groupId>io.jenkins.plugins</groupId>
358363
<artifactId>mysql-api</artifactId>

sample-plugin/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -316,6 +316,11 @@
316316
<artifactId>mariadb-api</artifactId>
317317
<scope>test</scope>
318318
</dependency>
319+
<dependency>
320+
<groupId>io.jenkins.plugins</groupId>
321+
<artifactId>markdown-formatter</artifactId>
322+
<scope>test</scope>
323+
</dependency>
319324
<dependency>
320325
<groupId>io.jenkins.plugins</groupId>
321326
<artifactId>mysql-api</artifactId>

0 commit comments

Comments
 (0)