Merge branch 'feature/jenkins' into feature/wolvin-phe-compat
gitea/icedream/gmod-tauntmenu/feature%2Fwolvin-phe-compat There was a failure building this commit
Details
gitea/icedream/gmod-tauntmenu/feature%2Fwolvin-phe-compat There was a failure building this commit
Details
commit
fd4c36b047
|
@ -0,0 +1,9 @@
|
|||
node('linux && amd64 && docker') {
|
||||
docker.image('icedream/gmad:latest').inside {
|
||||
ansiColor('xterm') {
|
||||
checkout scm
|
||||
sh 'gmad_linux create -folder . -out icedream-tauntmenu.gma'
|
||||
archive '*.gma'
|
||||
}
|
||||
}
|
||||
}
|
|
@ -18,6 +18,7 @@
|
|||
"*.txt",
|
||||
"*.gma",
|
||||
".git*",
|
||||
"Jenkinsfile",
|
||||
"logo.*"
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue