Skip to content

Commit

Permalink
Include nodejs plugin in the bill of materials
Browse files Browse the repository at this point in the history
Fixes jenkinsci#2437

Special thanks to @nfalco79 for the release of
jenkinsci/nodejs-plugin#122

The nodejs 1.6.2 plugin is the release.
  • Loading branch information
MarkEWaite committed Aug 26, 2024
1 parent 4371264 commit 4388c12
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bom-weekly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -855,6 +855,11 @@
<artifactId>node-iterator-api</artifactId>
<version>55.v3b_77d4032326</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>nodejs</artifactId>
<version>1.6.2</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>oauth-credentials</artifactId>
Expand Down
5 changes: 5 additions & 0 deletions sample-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -711,6 +711,11 @@
<artifactId>node-iterator-api</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>nodejs</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>pam-auth</artifactId>
Expand Down

0 comments on commit 4388c12

Please sign in to comment.