Browse Source

Hello World

master
teajay 5 years ago
parent
commit
ed8c7acf66
1 changed files with 3 additions and 0 deletions
  1. 3
      Pipeline/Jenkinsfile

3
Pipeline/Jenkinsfile

@ -22,6 +22,9 @@ pipeline {
} }
sh "rm -r gluon" sh "rm -r gluon"
sh "git clone https://github.com/freifunk-gluon/gluon.git gluon -b ${VERSION}" sh "git clone https://github.com/freifunk-gluon/gluon.git gluon -b ${VERSION}"
dir(gluon){
}
} }

Loading…
Cancel
Save