Jenkinsfile: SCM checkout is unnecessary during unit tests.
This commit is contained in:
parent
0aa337f219
commit
93b408412f
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -87,8 +87,6 @@ def doBuild(name, wsid, premakeFlags, configuration) {
|
|||||||
def doUnitTests(name, wsid) {
|
def doUnitTests(name, wsid) {
|
||||||
node("windows") {
|
node("windows") {
|
||||||
ws("IW4x/testing/$wsid") {
|
ws("IW4x/testing/$wsid") {
|
||||||
checkout scm
|
|
||||||
|
|
||||||
mw2dir = tool "Modern Warfare 2"
|
mw2dir = tool "Modern Warfare 2"
|
||||||
|
|
||||||
unstash "$name"
|
unstash "$name"
|
||||||
|
Loading…
Reference in New Issue
Block a user