From ed8c7acf6608d0111e0a8cfcafb8f388dd308296 Mon Sep 17 00:00:00 2001 From: teajay Date: Thu, 28 May 2020 21:38:55 +0200 Subject: [PATCH] Hello World --- Pipeline/Jenkinsfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Pipeline/Jenkinsfile b/Pipeline/Jenkinsfile index 8e9617e..9afa091 100644 --- a/Pipeline/Jenkinsfile +++ b/Pipeline/Jenkinsfile @@ -22,6 +22,9 @@ pipeline { } sh "rm -r gluon" sh "git clone https://github.com/freifunk-gluon/gluon.git gluon -b ${VERSION}" + dir(gluon){ + + } }