diff --git a/jenkins/ci-pipelines/ci_stage_2.groovy b/jenkins/ci-pipelines/ci_stage_2.groovy index 45cbc7d664059f665072a70492709c7c89cdb8c0..6db004ce88398eb7a3fee74b28e336811f44e76b 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()