Jenkinsfile: SCM checkout is unnecessary during unit tests.

This commit is contained in:
/dev/urandom 2016-09-15 00:02:50 +02:00
parent 0aa337f219
commit 93b408412f
No known key found for this signature in database
GPG Key ID: 41322B973E0F295E

2
Jenkinsfile vendored
View File

@ -87,8 +87,6 @@ def doBuild(name, wsid, premakeFlags, configuration) {
def doUnitTests(name, wsid) {
node("windows") {
ws("IW4x/testing/$wsid") {
checkout scm
mw2dir = tool "Modern Warfare 2"
unstash "$name"