From 4ddb50cca730cd764cfc60347c702002969fccbd Mon Sep 17 00:00:00 2001 From: Philipp Dallig Date: Mon, 15 May 2017 14:33:35 +0200 Subject: [PATCH] Correct Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}" -- 2.39.5