From: Philipp Dallig Date: Mon, 15 May 2017 12:33:35 +0000 (+0200) Subject: Correct Jenkinsfile X-Git-Tag: v0.1.0~3002 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=4ddb50cca730cd764cfc60347c702002969fccbd;p=pixelpark%2Fhiera.git Correct Jenkinsfile --- diff --git a/Jenkinsfile b/Jenkinsfile index 66ad20d8..bd777601 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,4 +1,4 @@ -stage 'Yaml-Linter' { +stage('Yaml-Linter') { node("mesos") { deleteDir() git credentialsId: 'd1d6ad59-8d5a-45b4-acfb-64a36d7fd8cd', url: 'git@git.pixelpark.com:puppet/hiera.git', branch: "${BRANCH_NAME}"