Add Jenkinsfile and add it to ignored files.
parent
1f9986d344
commit
19cf520340
|
@ -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'
|
||||
}
|
||||
}
|
||||
}
|
|
@ -18,6 +18,7 @@
|
|||
"*.txt",
|
||||
"*.gma",
|
||||
".git*",
|
||||
"Jenkinsfile",
|
||||
"logo.*"
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue