mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
Update Jenkinsfile
This commit is contained in:
parent
990bb408d0
commit
0b6f149fdd
7
Jenkinsfile
vendored
7
Jenkinsfile
vendored
@ -4,14 +4,11 @@ pipeline {
|
||||
stage('checkout') {
|
||||
steps {
|
||||
node(label: 'testing') {
|
||||
script {
|
||||
checkout scm
|
||||
}
|
||||
|
||||
checkout scm
|
||||
fileExists 'README.md'
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user