commit | e04449f23cee298bb640ded61097f508e4c4d8ff | [log] [tgz] |
---|---|---|
author | Zack Williams <zdw@opennetworking.org> | Tue Mar 31 21:34:09 2020 +0000 |
committer | Gerrit Code Review <gerrit@opencord.org> | Tue Mar 31 21:34:09 2020 +0000 |
tree | e76d80e5c3f6f9a43f374ac79c07393f4cc65a23 | |
parent | 22a8da046aa50823bcd86b7bec94394299c062ba [diff] | |
parent | 77dc6c715ddc9c785d526468f0b91eab2bed8724 [diff] |
Merge "Add licenses list to FOSSA output in OMEC Jenkins jobs."
diff --git a/jjb/pipeline/omec-fossa-scan.groovy b/jjb/pipeline/omec-fossa-scan.groovy index 613b03e..24c6cab 100644 --- a/jjb/pipeline/omec-fossa-scan.groovy +++ b/jjb/pipeline/omec-fossa-scan.groovy
@@ -70,6 +70,9 @@ echo "Get FOSSA test results with 'fossa test'" fossa test --no-ansi --verbose + + echo "Display list of licenses detected by FOSSA using 'fossa report licenses'" + fossa report licenses """ }