Skip to content

Commit 82ce2bb

Browse files
authored
Add Build Timestamp to the managed set (#4769)
1 parent 0935884 commit 82ce2bb

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
@@ -888,6 +888,11 @@
888888
<artifactId>build-timeout</artifactId>
889889
<version>1.37</version>
890890
</dependency>
891+
<dependency>
892+
<groupId>org.jenkins-ci.plugins</groupId>
893+
<artifactId>build-timestamp</artifactId>
894+
<version>1.1.0</version>
895+
</dependency>
891896
<dependency>
892897
<groupId>org.jenkins-ci.plugins</groupId>
893898
<artifactId>build-user-vars-plugin</artifactId>

sample-plugin/pom.xml

+5
Original file line numberDiff line numberDiff line change
@@ -795,6 +795,11 @@
795795
<artifactId>build-timeout</artifactId>
796796
<scope>test</scope>
797797
</dependency>
798+
<dependency>
799+
<groupId>org.jenkins-ci.plugins</groupId>
800+
<artifactId>build-timestamp</artifactId>
801+
<scope>test</scope>
802+
</dependency>
798803
<dependency>
799804
<groupId>org.jenkins-ci.plugins</groupId>
800805
<artifactId>build-user-vars-plugin</artifactId>

0 commit comments

Comments
 (0)