mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
test2
This commit is contained in:
parent
e847677b06
commit
3a3bf84b80
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@ -1,10 +1,13 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent none
|
agent none
|
||||||
stages {
|
stages {
|
||||||
stage('Checkout') {
|
stage('') {
|
||||||
steps {
|
steps {
|
||||||
|
node(label: 'testing') {
|
||||||
fileExists 'README.md'
|
fileExists 'README.md'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user