commit | 610dafed2aad189d583326df68ed4369cba45668 | [log] [tgz] |
---|---|---|
author | Zack Williams <zdw@opennetworking.org> | Wed Feb 12 04:46:50 2020 +0000 |
committer | Gerrit Code Review <gerrit@opencord.org> | Wed Feb 12 04:46:50 2020 +0000 |
tree | 3b7a8be04108ae7740f532780c6201ca2409ba15 | |
parent | c0d1e22e6998882b448416fdf92e86c08d005e8b [diff] | |
parent | ae95dac512c3c662655b0f105753526f5bb1fc6e [diff] |
Merge "Add 'git show' output to omec FOSSA and REUSE jobs"
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 """ }