| commit | 901a4bfb2449c1badefa86cee714060a60819fc9 | [log] [tgz] |
|---|---|---|
| author | garciadeblas <gerardo.garciadeblas@telefonica.com> | Fri Sep 01 11:14:38 2017 +0200 |
| committer | garciadeblas <gerardo.garciadeblas@telefonica.com> | Fri Sep 01 11:14:38 2017 +0200 |
| tree | a8a50bc90bf69d1f9d6b65d724f5c5cf48e8a6e2 | |
| parent | 7a2b4b7c90d9323487eda20eae0f4ca2bb659bda [diff] |
Revert "license_scan run with bash instead of sh" This reverts commit 570c3e1fa9bc866cc6b957809f1a9f825ffa9c82.
diff --git a/jenkins/ci-pipelines/ci_stage_2.groovy b/jenkins/ci-pipelines/ci_stage_2.groovy index 6db004c..45cbc7d 100644 --- a/jenkins/ci-pipelines/ci_stage_2.groovy +++ b/jenkins/ci-pipelines/ci_stage_2.groovy
@@ -39,7 +39,7 @@ } stage('License Scan') { - bash "devops/tools/license_scan.sh" + sh "devops/tools/license_scan.sh" } container_name = "${project}-${branch}".toLowerCase()