From 8966f44272fcb04f247f349a430a74c0ba8dd096 Mon Sep 17 00:00:00 2001 From: David Sparer Date: Fri, 2 Dec 2016 16:49:49 -0700 Subject: [PATCH] resolved issue with Jenkins not being about the build PRs --- Jenkinsfile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 951d1b6d5..689d8f4ef 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -5,11 +5,7 @@ node('windows') { def vsExtensionsDir = "C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\Common7\\IDE\\CommonExtensions\\Microsoft\\TestWindow" stage 'Checkout Branch' - checkout([ - $class: 'GitSCM', - branches: scm.branches, - userRemoteConfigs: scm.userRemoteConfigs - ]) + checkout scm stage 'Restore NuGet Packages' def nugetPath = "C:\\nuget.exe"