From 8842ebfb4d338fa6dbe035a2f95c24f094f9098b Mon Sep 17 00:00:00 2001 From: teajay Date: Thu, 28 May 2020 21:35:22 +0200 Subject: [PATCH] Hello World --- Pipeline/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipeline/Jenkinsfile b/Pipeline/Jenkinsfile index 8c5c115..8e9617e 100644 --- a/Pipeline/Jenkinsfile +++ b/Pipeline/Jenkinsfile @@ -20,7 +20,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}"