Updated Jenkinsfile

This commit is contained in:
vbawol 2017-04-10 08:18:07 -07:00
parent aa7696f7b8
commit 1c95d07d96

3
Jenkinsfile vendored
View File

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