From: garciadeblas Date: Thu, 31 Aug 2017 08:51:45 +0000 (+0200) Subject: license_scan run with bash instead of sh X-Git-Tag: v3.0.0rc~17 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=570c3e1fa9bc866cc6b957809f1a9f825ffa9c82;hp=42593a5dad2b35cd2c9ab60faff8ee271521bf88;p=osm%2Fdevops.git license_scan run with bash instead of sh Change-Id: I59c5c713fb1a9cc100b7690ab8a75c6bc23b5ac0 Signed-off-by: garciadeblas --- diff --git a/jenkins/ci-pipelines/ci_stage_2.groovy b/jenkins/ci-pipelines/ci_stage_2.groovy index 45cbc7d6..6db004ce 100644 --- a/jenkins/ci-pipelines/ci_stage_2.groovy +++ b/jenkins/ci-pipelines/ci_stage_2.groovy @@ -39,7 +39,7 @@ def ci_pipeline(mdg,url_prefix,project,branch,refspec,revision,build_system) { } stage('License Scan') { - sh "devops/tools/license_scan.sh" + bash "devops/tools/license_scan.sh" } container_name = "${project}-${branch}".toLowerCase()