This commit is contained in:
vbawol 2017-04-06 16:30:57 -05:00 committed by GitHub
parent 44df68e8ee
commit d28d430a95

1
Jenkinsfile vendored
View File

@ -8,6 +8,7 @@ pipeline {
fileExists 'README.md'
fileExists 'version.txt'
fileExists 'build.txt'
fileExists 'nonexistentFile.txt'
bat 'C:/GITTEMP/build.cmd'
}
}