mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
Updated Jenkinsfile
This commit is contained in:
parent
1c95d07d96
commit
14d8fbe379
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -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'
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user