From: Robert Waffen Date: Tue, 28 Aug 2018 14:55:56 +0000 (+0200) Subject: SERVICEDESK-2408: try to find python binaries X-Git-Tag: v0.1.0~262^2~3^2~2^2~5 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=088a25bcb2fbb99b4a6a83cc27298f2b8b80dcf6;p=pixelpark%2Fhiera.git SERVICEDESK-2408: try to find python binaries --- diff --git a/Jenkinsfile b/Jenkinsfile index 766ae728..14fef87e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -5,6 +5,7 @@ stage('Yaml-Linter') { sh '/bin/yum install -y yamllint' sh 'rpm -ql yamllint' sh 'python --version' + sh 'ls -la /usr/bin/python*' sh 'bash -c "LANG=C.UTF-8 /usr/bin/yamllint -c yamllint.config ."' } }