From 95d12cfd379414b6de2fae885efb0f91d8633259 Mon Sep 17 00:00:00 2001 From: teajay Date: Thu, 28 May 2020 21:42:26 +0200 Subject: [PATCH] Hello World --- Pipeline/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipeline/Jenkinsfile b/Pipeline/Jenkinsfile index da59577..70b2af5 100644 --- a/Pipeline/Jenkinsfile +++ b/Pipeline/Jenkinsfile @@ -29,7 +29,7 @@ pipeline { dir("${DIR_SCRIPTS}"){ git "${REPO_SCRIPTS}" } - sh "rm -r gluon" + sh "git clone https://github.com/freifunk-gluon/gluon.git gluon -b ${VERSION}" dir(gluon){