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
0b6f149fdd
commit
ac1aaeb46a
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -3,11 +3,10 @@ pipeline {
|
|||||||
stages {
|
stages {
|
||||||
stage('checkout') {
|
stage('checkout') {
|
||||||
steps {
|
steps {
|
||||||
node(label: 'testing') {
|
node {
|
||||||
checkout scm
|
checkout scm
|
||||||
fileExists 'README.md'
|
fileExists 'README.md'
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user