Skip to content

Commit

Permalink
Add Jira Test Result Reporter to the managed set (#3692)
Browse files Browse the repository at this point in the history
  • Loading branch information
basil authored Oct 5, 2024
1 parent 3660446 commit 560b12a
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 @@ -824,6 +824,11 @@
<artifactId>jdk-tool</artifactId>
<version>80.v8a_dee33ed6f0</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>JiraTestResultReporter</artifactId>
<version>231.v70eec719d7e9</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>job-dsl</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 @@ -693,6 +693,11 @@
<artifactId>jdk-tool</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>JiraTestResultReporter</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>job-dsl</artifactId>
Expand Down

0 comments on commit 560b12a

Please sign in to comment.