Create Jenkinsfile

This commit is contained in:
chris007de
2016-04-28 22:59:59 +02:00
parent 0f716a31fa
commit d4b8a569f9

4
Jenkinsfile vendored Normal file
View File

@@ -0,0 +1,4 @@
node {
git url: 'https://github.com/freifunkMUC/site-ffm.git'
sh "make V=s"
}