Browse Source

Hello World

master
teajay 5 years ago
parent
commit
aee4b37c1f
1 changed files with 2 additions and 2 deletions
  1. 4
      Pipeline/Jenkinsfile

4
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 ./*"
}
}

Loading…
Cancel
Save