Fix bad checkout command in Jenkinsfile.

develop
Icedream 2017-04-17 23:27:20 +02:00
parent a00101c9b7
commit 9dca65baf7
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

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