Add Jenkinsfile and add it to ignored files.

pull/3/head
Icedream 2017-04-17 23:22:41 +02:00
parent 1f9986d344
commit 19cf520340
Signed by: icedream
GPG Key ID: 1573F6D8EFE4D0CF
2 changed files with 10 additions and 0 deletions

9
Jenkinsfile vendored Normal file
View File

@ -0,0 +1,9 @@
node('linux && amd64 && docker') {
docker.image('icedream/gmad:latest').inside {
ansiColor('xterm') {
git checkout
sh 'gmad create -folder . -out icedream-tauntmenu.gma'
archive '*.gma'
}
}
}

View File

@ -18,6 +18,7 @@
"*.txt", "*.txt",
"*.gma", "*.gma",
".git*", ".git*",
"Jenkinsfile",
"logo.*" "logo.*"
] ]
} }