@ -23,11 +23,17 @@ pipeline {
git "${REPO_SCRIPTS}"
}
dir("${DIR_GLUON}"){
git url: "${REPO_GLUON}", branch: "${VERSION}"
sh "git clone https://github.com/freifunk-gluon/gluon.git gluon -b ${VERSION}"
sh "ls -l"
stage('clean'){
steps{
sh "rm *"