Jenkinsfile: I guess we need a tag name for the built image for now.

This commit is contained in:
/dev/urandom 2016-09-15 08:40:51 +02:00
parent 06561ac143
commit 123665e0d1
No known key found for this signature in database
GPG Key ID: 41322B973E0F295E

2
Jenkinsfile vendored
View File

@ -193,7 +193,7 @@ gitlabBuilds(builds: ["Checkout & Versioning", "Build", "Testing", "Archiving"])
}
executions["$configuration on Linux"] = {
node("docker && linux && amd64") {
docker.build("", "--rm --force-rm -f jenkins/wine32.Dockerfile").inside {
docker.build("github.com/IW4x/iw4x-client-testing-wine32", "--rm --force-rm -f jenkins/wine32.Dockerfile").inside {
doUnitTests("IW4x $configuration (unit tests)", configuration)
}
}