From 901a4bfb2449c1badefa86cee714060a60819fc9 Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Fri, 1 Sep 2017 11:14:38 +0200 Subject: [PATCH] Revert "license_scan run with bash instead of sh" This reverts commit 570c3e1fa9bc866cc6b957809f1a9f825ffa9c82. --- jenkins/ci-pipelines/ci_stage_2.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() -- 2.25.1