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 {
|
||||
agent none
|
||||
stages {
|
||||
stage('Checkout') {
|
||||
stage('') {
|
||||
steps {
|
||||
node(label: 'testing') {
|
||||
fileExists 'README.md'
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user