From 570c3e1fa9bc866cc6b957809f1a9f825ffa9c82 Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Thu, 31 Aug 2017 10:51:45 +0200 Subject: [PATCH] license_scan run with bash instead of sh Change-Id: I59c5c713fb1a9cc100b7690ab8a75c6bc23b5ac0 Signed-off-by: garciadeblas --- 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 45cbc7d6..6db004ce 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() -- 2.25.1