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