From: Robert Waffen Date: Tue, 28 Aug 2018 15:07:03 +0000 (+0200) Subject: SERVICEDESK-2408: use the right name of package X-Git-Tag: v0.1.0~262^2~3^2~2^2~2 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=d96d0a2bdbbf7b16e865081c623a09a1b59f9e1f;p=pixelpark%2Fhiera.git SERVICEDESK-2408: use the right name of package --- diff --git a/Jenkinsfile b/Jenkinsfile index b715608b..9a60f588 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -2,7 +2,7 @@ stage('Yaml-Linter') { node("mesos") { deleteDir() git credentialsId: 'd1d6ad59-8d5a-45b4-acfb-64a36d7fd8cd', url: 'git@git.pixelpark.com:puppet/hiera.git', branch: "${BRANCH_NAME}" - sh '/bin/yum install -y pip' + sh '/bin/yum install -y python-pip' sh 'pip install yamllint' sh 'bash -c "LANG=C.UTF-8 /usr/bin/yamllint -c yamllint.config ."' }