commit | ae95dac512c3c662655b0f105753526f5bb1fc6e | [log] [tgz] |
---|---|---|
author | Jeremy Ronquillo <jeremyr@opennetworking.org> | Tue Feb 11 15:17:28 2020 -0800 |
committer | Jeremy Ronquillo <jeremyr@opennetworking.org> | Tue Feb 11 15:17:43 2020 -0800 |
tree | 94c1cad40a9ce89a045c2495b0a6e764333ba790 | |
parent | 0d4e31d02b3541b8e85f3cb75598399b38879e6b [diff] |
Add 'git show' output to omec FOSSA and REUSE jobs Change-Id: I504ce07c024eab7fbd47d1f60311d2d70e52810c
diff --git a/jjb/pipeline/omec-fossa-scan.groovy b/jjb/pipeline/omec-fossa-scan.groovy index 53c19e9..f59f276 100644 --- a/jjb/pipeline/omec-fossa-scan.groovy +++ b/jjb/pipeline/omec-fossa-scan.groovy
@@ -53,6 +53,8 @@ #!/usr/bin/env bash git checkout FETCH_HEAD + git show + echo "Testing project: ${params.project}" echo "Run 'fossa init'"
diff --git a/jjb/pipeline/omec-reuse-scan.groovy b/jjb/pipeline/omec-reuse-scan.groovy index dc2cf1f..f4fcf51 100644 --- a/jjb/pipeline/omec-reuse-scan.groovy +++ b/jjb/pipeline/omec-reuse-scan.groovy
@@ -52,6 +52,8 @@ #!/usr/bin/env bash git checkout FETCH_HEAD + git show + reuse lint """ }