Skip to content

Commit c393b4d

Browse files
authored
Add Build Name Setter to the managed set (#4716)
1 parent 43991fc commit c393b4d

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

bom-weekly/pom.xml

+5
Original file line numberDiff line numberDiff line change
@@ -868,6 +868,11 @@
868868
<artifactId>build-monitor-plugin</artifactId>
869869
<version>1.14-961.v676e38a_7a_248</version>
870870
</dependency>
871+
<dependency>
872+
<groupId>org.jenkins-ci.plugins</groupId>
873+
<artifactId>build-name-setter</artifactId>
874+
<version>2.5.0</version>
875+
</dependency>
871876
<dependency>
872877
<groupId>org.jenkins-ci.plugins</groupId>
873878
<artifactId>build-timeout</artifactId>

sample-plugin/pom.xml

+5
Original file line numberDiff line numberDiff line change
@@ -775,6 +775,11 @@
775775
<artifactId>build-monitor-plugin</artifactId>
776776
<scope>test</scope>
777777
</dependency>
778+
<dependency>
779+
<groupId>org.jenkins-ci.plugins</groupId>
780+
<artifactId>build-name-setter</artifactId>
781+
<scope>test</scope>
782+
</dependency>
778783
<dependency>
779784
<groupId>org.jenkins-ci.plugins</groupId>
780785
<artifactId>build-timeout</artifactId>

0 commit comments

Comments
 (0)