From: Oliver Böttcher Date: Mon, 12 Mar 2018 12:55:32 +0000 (+0100) Subject: fix jenkins linter check X-Git-Tag: v0.1.0~1496^2 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=90bb2df759a44a943872f7ec9afc16220e066efa;p=pixelpark%2Fhiera.git fix jenkins linter check --- diff --git a/Jenkinsfile b/Jenkinsfile index 60e9db79..9d0dbb61 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,6 +3,6 @@ stage('Yaml-Linter') { deleteDir() git credentialsId: 'd1d6ad59-8d5a-45b4-acfb-64a36d7fd8cd', url: 'git@git.pixelpark.com:puppet/hiera.git', branch: "${BRANCH_NAME}" sh '/bin/yum install -y yamllint' - sh 'LANG=C.UTF-8 /usr/bin/yamllint -c yamllint.config .' + sh 'bash -c "LANG=C.UTF-8 /usr/bin/yamllint -c yamllint.config ."' } }