Skip to content

Commit

Permalink
Add Extra Columns to the managed set (#4223)
Browse files Browse the repository at this point in the history
  • Loading branch information
darinpope authored Jan 17, 2025
1 parent 3d14565 commit 3c2ece3
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 @@ -200,6 +200,11 @@
<artifactId>embeddable-build-status</artifactId>
<version>487.va_0ef04c898a_2</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>extra-columns</artifactId>
<version>1.26</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>git</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 @@ -953,6 +953,11 @@
<artifactId>external-monitor-job</artifactId>
<version>215.v2e88e894db_f8</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>extra-columns</artifactId>
<version>1.27</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>flaky-test-handler</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 @@ -826,6 +826,11 @@
<artifactId>external-monitor-job</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>extra-columns</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>flaky-test-handler</artifactId>
Expand Down

0 comments on commit 3c2ece3

Please sign in to comment.