license_scan run with bash instead of sh
[osm/devops.git] / jenkins / ci-pipelines / ci_stage_2.groovy
index 45cbc7d..6db004c 100644 (file)
@@ -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()