Skip to content

Commit

Permalink
Add oidc-provider (#3094)
Browse files Browse the repository at this point in the history
* Add `oidc-provider`

* Update

* Pick up jenkinsci/oidc-provider-plugin#40
  • Loading branch information
jglick authored Apr 12, 2024
1 parent df61ecb commit 21351a1
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 @@ -363,6 +363,11 @@
<artifactId>mysql-api</artifactId>
<version>8.3.0-21.v2837a_a_360d57</version>
</dependency>
<dependency>
<groupId>io.jenkins.plugins</groupId>
<artifactId>oidc-provider</artifactId>
<version>62.vd67c19f76766</version>
</dependency>
<dependency>
<groupId>io.jenkins.plugins</groupId>
<artifactId>okhttp-api</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 @@ -326,6 +326,11 @@
<artifactId>mysql-api</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.jenkins.plugins</groupId>
<artifactId>oidc-provider</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.jenkins.plugins</groupId>
<artifactId>okhttp-api</artifactId>
Expand Down

0 comments on commit 21351a1

Please sign in to comment.