From e2802bc6723a59a43af7acfb600cc750b1d52f79 Mon Sep 17 00:00:00 2001 From: teajay Date: Thu, 28 May 2020 21:44:16 +0200 Subject: [PATCH] Hello World --- Pipeline/Jenkinsfile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Pipeline/Jenkinsfile b/Pipeline/Jenkinsfile index 70b2af5..16a2b46 100644 --- a/Pipeline/Jenkinsfile +++ b/Pipeline/Jenkinsfile @@ -30,10 +30,8 @@ pipeline { git "${REPO_SCRIPTS}" } - sh "git clone https://github.com/freifunk-gluon/gluon.git gluon -b ${VERSION}" - dir(gluon){ - - } + git url: "https://github.com/freifunk-gluon/gluon.git", branch: "${VERSION}" + }