This commit is contained in:
vbawol 2017-04-06 16:27:20 -05:00 committed by GitHub
parent aaeaef5880
commit 44df68e8ee

2
Jenkinsfile vendored
View File

@ -6,6 +6,8 @@ pipeline {
node (label: 'testing') {
checkout scm
fileExists 'README.md'
fileExists 'version.txt'
fileExists 'build.txt'
bat 'C:/GITTEMP/build.cmd'
}
}