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){ + + //} }