Skip to content

Commit

Permalink
Add OpenId Connect Authentication to the managed set
Browse files Browse the repository at this point in the history
  • Loading branch information
basil committed Sep 5, 2024
1 parent 18e2a2f commit a502cb1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
5 changes: 5 additions & 0 deletions bom-weekly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -890,6 +890,11 @@
<artifactId>oauth-credentials</artifactId>
<version>0.653.v14cf2088e950</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>oic-auth</artifactId>
<version>4.330.v6fdfc07513e3</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>pam-auth</artifactId>
Expand Down
8 changes: 7 additions & 1 deletion sample-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
<properties>
<changelist>999999-SNAPSHOT</changelist>
<bom>weekly</bom>
<jenkins.version>2.475</jenkins.version>
<!-- TODO https://github.com/jenkinsci/jenkins/pull/9696 -->
<jenkins.version>2.476-rc35309.670fcb_f703b_7</jenkins.version>
<spotless.check.skip>false</spotless.check.skip>
<!-- TODO JENKINS-73339 until in parent POM -->
<jenkins-test-harness.version>2254.vcff7a_d4969e5</jenkins-test-harness.version>
Expand Down Expand Up @@ -747,6 +748,11 @@
<artifactId>nodejs</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>oic-auth</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>pam-auth</artifactId>
Expand Down

0 comments on commit a502cb1

Please sign in to comment.