X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=jenkins%2Fci-pipelines%2Fci_stage_2.groovy;h=45cbc7d664059f665072a70492709c7c89cdb8c0;hb=901a4bfb2449c1badefa86cee714060a60819fc9;hp=6db004ce88398eb7a3fee74b28e336811f44e76b;hpb=7a2b4b7c90d9323487eda20eae0f4ca2bb659bda;p=osm%2Fdevops.git diff --git a/jenkins/ci-pipelines/ci_stage_2.groovy b/jenkins/ci-pipelines/ci_stage_2.groovy index 6db004ce..45cbc7d6 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') { - bash "devops/tools/license_scan.sh" + sh "devops/tools/license_scan.sh" } container_name = "${project}-${branch}".toLowerCase()