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
aa7696f7b8
commit
1c95d07d96
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -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'
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user