Skip to content

Commit 8583030

Browse files
committed
Add build URL to docs and schema builds.
See #2176
1 parent 9f54543 commit 8583030

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

parent/pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -650,6 +650,7 @@
650650
<!-- Retain only a single build -->
651651
<buildName>${dist.id}-docs-${project.version}</buildName>
652652
<buildRetentionCount>1</buildRetentionCount>
653+
<buildUrl>{{BUILD_URL}}</buildUrl>
653654
</buildInfo>
654655
<publisher>
655656
<contextUrl>{{artifactory.server}}</contextUrl>
@@ -852,6 +853,7 @@
852853
<!-- Retain only a single build -->
853854
<buildName>${dist.id}-schema-${project.version}</buildName>
854855
<buildRetentionCount>1</buildRetentionCount>
856+
<buildUrl>{{BUILD_URL}}</buildUrl>
855857
</buildInfo>
856858
<publisher>
857859
<contextUrl>{{artifactory.server}}</contextUrl>

0 commit comments

Comments
 (0)