Updated Jenkinsfile

This commit is contained in:
vbawol 2017-04-10 08:24:09 -07:00
parent 1c95d07d96
commit 14d8fbe379

2
Jenkinsfile vendored
View File

@ -4,7 +4,7 @@ pipeline {
stage('checkout') {
steps {
node(label: 'testing') {
git(url: 'https://github.com/EpochModTeam/Epoch.git', branch: 'experimental', credentialsId: 'GitHub')
git(url: 'https://github.com/EpochModTeam/Epoch.git', branch: 'experimental', credentialsId: 'github')
readFile 'README.md'
}