From 14d8fbe37915fc56db1a18d023212f0ebb6eec5b Mon Sep 17 00:00:00 2001 From: vbawol Date: Mon, 10 Apr 2017 08:24:09 -0700 Subject: [PATCH] Updated Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index b45aca33..bb327ddd 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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' }