From 1c95d07d9610a0f727d32908f16bcbeab6aa2df4 Mon Sep 17 00:00:00 2001 From: vbawol Date: Mon, 10 Apr 2017 08:18:07 -0700 Subject: [PATCH] Updated Jenkinsfile --- Jenkinsfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 296acdc5..b45aca33 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,7 +3,8 @@ pipeline { stages { stage('checkout') { steps { - ws(dir: 'C:/GITTEMP/FILES') { + node(label: 'testing') { + git(url: 'https://github.com/EpochModTeam/Epoch.git', branch: 'experimental', credentialsId: 'GitHub') readFile 'README.md' }