commit | 77dc6c715ddc9c785d526468f0b91eab2bed8724 | [log] [tgz] |
---|---|---|
author | Jeremy Ronquillo <jeremyr@opennetworking.org> | Mon Mar 02 15:59:04 2020 -0800 |
committer | Jeremy Ronquillo <jeremyr@opennetworking.org> | Tue Mar 03 00:19:55 2020 +0000 |
tree | a5bf66e3a0ad3d928f39c75c6bed1fbec93f476d | |
parent | 0046c7d985c814ac5d4d5d63af8e6b4c06939dfd [diff] |
Add licenses list to FOSSA output in OMEC Jenkins jobs. Change-Id: I553fee6a7bedddbfeef627eee8971c2593be3379
diff --git a/jjb/pipeline/omec-fossa-scan.groovy b/jjb/pipeline/omec-fossa-scan.groovy index f59f276..547d987 100644 --- a/jjb/pipeline/omec-fossa-scan.groovy +++ b/jjb/pipeline/omec-fossa-scan.groovy
@@ -68,6 +68,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 """ }