Skip to content

Commit 16f058c

Browse files
authored
CORE-4724: generate information from Nexus (#368)
* start using newly introduced functionality of `cordaNexusScanPipeline` and define Nexus stage to create reports for * reports are collected as artifacts: * `report/ossreport-net.corda-api-5.0.md` * `wiki-report.md`
1 parent 59d5519 commit 16f058c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.ci/nightly/JenkinsfileNexusScan

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
@Library('[email protected]') _
22

33
cordaNexusScanPipeline(
4-
nexusAppId: 'net.corda-api-5.0'
4+
nexusAppId: 'net.corda-api-5.0',
5+
nexusAppStage: 'build'
56
)

0 commit comments

Comments
 (0)