mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
test
This commit is contained in:
parent
d28d430a95
commit
718c886f9c
8
Jenkinsfile
vendored
8
Jenkinsfile
vendored
@ -5,10 +5,10 @@ pipeline {
|
|||||||
steps {
|
steps {
|
||||||
node (label: 'testing') {
|
node (label: 'testing') {
|
||||||
checkout scm
|
checkout scm
|
||||||
fileExists 'README.md'
|
fileExists ('README.md')
|
||||||
fileExists 'version.txt'
|
fileExists ('version.txt')
|
||||||
fileExists 'build.txt'
|
fileExists ('build.txt')
|
||||||
fileExists 'nonexistentFile.txt'
|
fileExists ('nonexistentFile.txt')
|
||||||
bat 'C:/GITTEMP/build.cmd'
|
bat 'C:/GITTEMP/build.cmd'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user