license_scan run with bash instead of sh
[osm/devops.git] / jenkins / ci-pipelines / ci_stage_2.groovy
index c17a731..6db004c 100644 (file)
@@ -38,6 +38,10 @@ def ci_pipeline(mdg,url_prefix,project,branch,refspec,revision,build_system) {
         project_checkout(url_prefix,project,refspec,revision)
     }
 
+    stage('License Scan') {
+        bash "devops/tools/license_scan.sh"
+    }
+
     container_name = "${project}-${branch}".toLowerCase()
 
     stage('Docker-Build') {