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 {
|
stages {
|
||||||
stage('checkout') {
|
stage('checkout') {
|
||||||
steps {
|
steps {
|
||||||
ws(dir: 'C:/GITTEMP/FILES') {
|
node(label: 'testing') {
|
||||||
|
git(url: 'https://github.com/EpochModTeam/Epoch.git', branch: 'experimental', credentialsId: 'GitHub')
|
||||||
readFile 'README.md'
|
readFile 'README.md'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user