Files
site-ffmuc/Jenkinsfile
2016-04-28 22:59:59 +02:00

5 lines
82 B
Groovy

node {
git url: 'https://github.com/freifunkMUC/site-ffm.git'
sh "make V=s"
}