Add Jenkinsfile.

master
Icedream 2017-04-08 17:56:07 +02:00
parent 5196e74324
commit 649dea8fe6
Signed by: icedream
GPG Key ID: 1573F6D8EFE4D0CF
1 changed files with 7 additions and 0 deletions

7
Jenkinsfile vendored Normal file
View File

@ -0,0 +1,7 @@
node("linux && amd64 && docker") {
docker.image("icedream/freetz:2.0").inside {
checkout scm
sh "make"
archive "images/**,outboard/**"
}
}