Skip to content

Commit

Permalink
Add Gitea Checks to the managed set (#4342)
Browse files Browse the repository at this point in the history
  • Loading branch information
darinpope authored Jan 29, 2025
1 parent 6f89737 commit 847df9e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bom-2.462.x/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,11 @@
<artifactId>flyway-api</artifactId>
<version>9.22.3-151.v475c057b_07fc</version>
</dependency>
<dependency>
<groupId>io.jenkins.plugins</groupId>
<artifactId>gitea-checks</artifactId>
<version>513.vb_b_a_98c46ec22</version>
</dependency>
<dependency>
<groupId>io.jenkins.plugins</groupId>
<artifactId>gitlab-kubernetes-credentials</artifactId>
Expand Down
5 changes: 5 additions & 0 deletions bom-weekly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,11 @@
<artifactId>git-forensics</artifactId>
<version>2.2.1</version>
</dependency>
<dependency>
<groupId>io.jenkins.plugins</groupId>
<artifactId>gitea-checks</artifactId>
<version>514.v71a_4889b_16d6</version>
</dependency>
<dependency>
<groupId>io.jenkins.plugins</groupId>
<artifactId>github-checks</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 @@ -364,6 +364,11 @@
<artifactId>git-forensics</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.jenkins.plugins</groupId>
<artifactId>gitea-checks</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.jenkins.plugins</groupId>
<artifactId>github-checks</artifactId>
Expand Down

0 comments on commit 847df9e

Please sign in to comment.