Jenkinsfile: Fix Docker image build parameters.
This commit is contained in:
parent
123665e0d1
commit
3cacb0ca76
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -193,7 +193,7 @@ gitlabBuilds(builds: ["Checkout & Versioning", "Build", "Testing", "Archiving"])
|
||||
}
|
||||
executions["$configuration on Linux"] = {
|
||||
node("docker && linux && amd64") {
|
||||
docker.build("github.com/IW4x/iw4x-client-testing-wine32", "--rm --force-rm -f jenkins/wine32.Dockerfile").inside {
|
||||
docker.build("github.com/IW4x/iw4x-client-testing-wine32", "--rm --force-rm -f wine32.Dockerfile jenkins").inside {
|
||||
doUnitTests("IW4x $configuration (unit tests)", configuration)
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user