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' }