From 5273216746545dcd5207f158442d7b3815888ba1 Mon Sep 17 00:00:00 2001 From: "Borchers, Henry Samuel" Date: Tue, 26 Feb 2019 11:02:23 -0600 Subject: [PATCH] reduced --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index ac2071c5..14fad588 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -473,7 +473,7 @@ pipeline { CMAKE_PATH = "${tool 'cmake3.13'}" NASM_PATH = "${tool name: 'nasm_2_x64', type: 'com.cloudbees.jenkins.plugins.customtools.CustomTool'}" PATH = "${env.CMAKE_PATH};${env.NASM_PATH};${tool 'CPython-3.7'};$PATH" - CL = "/MP" + // CL = "/MP" } stages{ stage("create venv for 3.7"){