diff --git a/Pipeline/Jenkinsfile b/Pipeline/Jenkinsfile index 6a7ee25..6418eb3 100644 --- a/Pipeline/Jenkinsfile +++ b/Pipeline/Jenkinsfile @@ -25,13 +25,13 @@ pipeline { dir("${DIR_GLUON}"){ sh "git clone https://github.com/freifunk-gluon/gluon.git gluon -b ${VERSION}" } - sh "ls -l" + } } stage('clean'){ steps{ - sh "rm -r ./*" + //sh "rm -r ./*" } }