gmod-tauntmenu/Jenkinsfile

10 lines
222 B
Plaintext
Raw Normal View History

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