Skip to content

Commit

Permalink
Add Pipeline Aggregator View to managed set (#4225)
Browse files Browse the repository at this point in the history
  • Loading branch information
darinpope authored Jan 17, 2025
1 parent 35fb7f4 commit 305b731
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 @@ -27,6 +27,11 @@
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>com.paul8620.jenkins.plugins</groupId>
<artifactId>pipeline-aggregator-view</artifactId>
<version>104.v94a_e5f6cdb_c3</version>
</dependency>
<dependency>
<groupId>com.sonyericsson.jenkins.plugins.bfa</groupId>
<artifactId>build-failure-analyzer</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 @@ -50,6 +50,11 @@
<artifactId>github</artifactId>
<version>1.40.0</version>
</dependency>
<dependency>
<groupId>com.paul8620.jenkins.plugins</groupId>
<artifactId>pipeline-aggregator-view</artifactId>
<version>119.v4b_ec11953552</version>
</dependency>
<dependency>
<groupId>com.sonyericsson.hudson.plugins.rebuild</groupId>
<artifactId>rebuild</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 @@ -63,6 +63,11 @@
<artifactId>github</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.paul8620.jenkins.plugins</groupId>
<artifactId>pipeline-aggregator-view</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.sonyericsson.hudson.plugins.rebuild</groupId>
<artifactId>rebuild</artifactId>
Expand Down

0 comments on commit 305b731

Please sign in to comment.