forked from remote/site-ffmuc
5 lines
82 B
Groovy
5 lines
82 B
Groovy
node {
|
|
git url: 'https://github.com/freifunkMUC/site-ffm.git'
|
|
sh "make V=s"
|
|
}
|