This commit is contained in:
vbawol 2017-04-06 16:22:37 -05:00 committed by GitHub
parent 0c2f2624df
commit b2695d96d5

1
Jenkinsfile vendored
View File

@ -18,6 +18,7 @@ pipeline {
stage('build') {
steps {
node (label: 'testing') {
fileExists 'README.md'
bat 'C:/GITTEMP/build.cmd'
}
}