| commit | 570c3e1fa9bc866cc6b957809f1a9f825ffa9c82 | [log] [tgz] |
|---|---|---|
| author | garciadeblas <gerardo.garciadeblas@telefonica.com> | Thu Aug 31 10:51:45 2017 +0200 |
| committer | garciadeblas <gerardo.garciadeblas@telefonica.com> | Thu Aug 31 10:51:45 2017 +0200 |
| tree | bd11b55ec3c9217d2b96a9e32af5c4dd82933730 | |
| parent | 42593a5dad2b35cd2c9ab60faff8ee271521bf88 [diff] |
license_scan run with bash instead of sh Change-Id: I59c5c713fb1a9cc100b7690ab8a75c6bc23b5ac0 Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
diff --git a/jenkins/ci-pipelines/ci_stage_2.groovy b/jenkins/ci-pipelines/ci_stage_2.groovy index 45cbc7d..6db004c 100644 --- a/jenkins/ci-pipelines/ci_stage_2.groovy +++ b/jenkins/ci-pipelines/ci_stage_2.groovy
@@ -39,7 +39,7 @@ } stage('License Scan') { - sh "devops/tools/license_scan.sh" + bash "devops/tools/license_scan.sh" } container_name = "${project}-${branch}".toLowerCase()