From: Robert Waffen Date: Tue, 28 Aug 2018 15:18:08 +0000 (+0200) Subject: Revert "SERVICEDESK-2408: be a little more relaxed while testing" X-Git-Tag: v0.1.0~262^2~3^2~2^2 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=29dbb7abda5dd25d4411f64e76d935fb62849b0f;p=pixelpark%2Fhiera.git Revert "SERVICEDESK-2408: be a little more relaxed while testing" This reverts commit f8fc3430988af972f1b5d651b318ebd4a5401c6f. --- diff --git a/Jenkinsfile b/Jenkinsfile index 572d5423..9a60f588 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,6 +4,6 @@ stage('Yaml-Linter') { git credentialsId: 'd1d6ad59-8d5a-45b4-acfb-64a36d7fd8cd', url: 'git@git.pixelpark.com:puppet/hiera.git', branch: "${BRANCH_NAME}" sh '/bin/yum install -y python-pip' sh 'pip install yamllint' - sh 'bash -c "LANG=C.UTF-8 /usr/bin/yamllint -d relaxed ."' + sh 'bash -c "LANG=C.UTF-8 /usr/bin/yamllint -c yamllint.config ."' } }