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