From: garciadeblas Date: Fri, 1 Sep 2017 09:14:38 +0000 (+0200) Subject: Revert "license_scan run with bash instead of sh" X-Git-Tag: v3.0.0rc~15 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=901a4bfb2449c1badefa86cee714060a60819fc9;p=osm%2Fdevops.git Revert "license_scan run with bash instead of sh" This reverts commit 570c3e1fa9bc866cc6b957809f1a9f825ffa9c82. --- 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()