2017-04-17 21:22:41 +00:00
|
|
|
node('linux && amd64 && docker') {
|
|
|
|
docker.image('icedream/gmad:latest').inside {
|
|
|
|
ansiColor('xterm') {
|
2017-04-17 21:27:20 +00:00
|
|
|
checkout scm
|
2017-04-17 21:31:02 +00:00
|
|
|
sh 'gmad_linux create -folder . -out icedream-tauntmenu.gma'
|
2017-04-17 21:22:41 +00:00
|
|
|
archive '*.gma'
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|